選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

26 行
978 B

  1. // This file can be replaced during build by using the `fileReplacements` array.
  2. // `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
  3. // The list of file replacements can be found in `angular.json`.
  4. export const environment = {
  5. production: false,
  6. firebaseConfig: {
  7. apiKey: "AIzaSyCYlFdGEsSA3bPlYYJMh3TcMiHzAUK2his",
  8. authDomain: "kxip-21.firebaseapp.com",
  9. projectId: "kxip-21",
  10. storageBucket: "kxip-21.appspot.com",
  11. messagingSenderId: "5602499136",
  12. appId: "1:5602499136:web:57b81f812e2cbf4b419da5",
  13. measurementId: "G-4KDJZFCZ59"
  14. }
  15. };
  16. /*
  17. * For easier debugging in development mode, you can import the following file
  18. * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
  19. *
  20. * This import should be commented out in production mode because it will have a negative impact
  21. * on performance if an error is thrown.
  22. */
  23. // import 'zone.js/dist/zone-error'; // Included with Angular CLI.