Skip to content

Commit

Permalink
Update environment configuration for development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlabicani committed Mar 14, 2024
1 parent 51c0c49 commit e231c25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.prod.ts",
"replace": "src/environments/environment.environment.ts",
"with": "src/environments/environment.ts"
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: true,
production: false,
firebaseConfig: {
apiKey: 'AIzaSyDqN-da0lcsO7G90djx0rTrqCihuQOrheg',
authDomain: 'capstone-63f36.firebaseapp.com',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const environment = {
production: false,
production: true,
firebaseConfig: {
apiKey: 'AIzaSyDqN-da0lcsO7G90djx0rTrqCihuQOrheg',
authDomain: 'capstone-63f36.firebaseapp.com',
Expand Down

0 comments on commit e231c25

Please sign in to comment.