Skip to content

Commit

Permalink
settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Servidio committed Mar 27, 2020
1 parent 0b42bf3 commit be741bf
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/api/mock/data/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"apiBaseUrlX": "http://localhost:5555/v1alpha",
"apiBaseUrl": "https://cds-api-fpzzs22lla-uc.a.run.app/v1alpha",
"apiBaseUrl": "http://localhost:5555/v1alpha",
"apiKey": "AIzaSyD7x6j6LGziQZIcUTcTItOXFjcsUs3Losg",
"authDomain": "cds-demo-1-271622.firebaseapp.com",
"databaseURL": "https://cds-demo-1-271622.firebaseio.com",
Expand Down
12 changes: 12 additions & 0 deletions frontend/src/api/mock/data/settings_cds-demo-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"apiBaseUrlX": "http://localhost:5555/v1alpha",
"apiBaseUrl": "https://cds-api-fpzzs22lla-uc.a.run.app/v1alpha",
"apiKey": "AIzaSyD7x6j6LGziQZIcUTcTItOXFjcsUs3Losg",
"authDomain": "cds-demo-1-271622.firebaseapp.com",
"databaseURL": "https://cds-demo-1-271622.firebaseio.com",
"projectId": "cds-demo-1-271622",
"storageBucket": "cds-demo-1-271622.appspot.com",
"messagingSenderId": "114619800218",
"appId": "1:114619800218:web:fc129a8de9bb987b245d23",
"measurementId": "G-RNXZ8QZEPS"
}
12 changes: 12 additions & 0 deletions frontend/src/api/mock/data/settings_cds-demo-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"apiBaseUrlX": "http://localhost:5555/v1alpha",
"apiBaseUrl": "https://cds-api-fpzzs22lla-uc.a.run.app/v1alpha",
"apiKey": "AIzaSyD7x6j6LGziQZIcUTcTItOXFjcsUs3Losg",
"authDomain": "cds-demo-1-271622.firebaseapp.com",
"databaseURL": "https://cds-demo-1-271622.firebaseio.com",
"projectId": "cds-demo-1-271622",
"storageBucket": "cds-demo-1-271622.appspot.com",
"messagingSenderId": "114619800218",
"appId": "1:114619800218:web:fc129a8de9bb987b245d23",
"measurementId": "G-RNXZ8QZEPS"
}
11 changes: 11 additions & 0 deletions frontend/src/api/mock/data/settings_local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"apiBaseUrl": "http://localhost:5555/v1alpha",
"apiKey": "AIzaSyD7x6j6LGziQZIcUTcTItOXFjcsUs3Losg",
"authDomain": "cds-demo-1-271622.firebaseapp.com",
"databaseURL": "https://cds-demo-1-271622.firebaseio.com",
"projectId": "cds-demo-1-271622",
"storageBucket": "cds-demo-1-271622.appspot.com",
"messagingSenderId": "114619800218",
"appId": "1:114619800218:web:fc129a8de9bb987b245d23",
"measurementId": "G-RNXZ8QZEPS"
}

0 comments on commit be741bf

Please sign in to comment.