Skip to content

Commit

Permalink
Remove "test deployment" (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
tohuynh authored Jan 5, 2022
1 parent b26657b commit c3987cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/AppConfigContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface AppConfig {
const AppConfigContext = createContext<AppConfig>({
firebaseConfig: {
options: {
projectId: "cdp-test-deployment-435b5309",
projectId: "cdp-seattle-staging-dbengvtn",
},
settings: {
// merge bool Whether to merge the provided settings with the existing settings. If set to true, the settings are merged with existing settings. If set to false or left unset, the settings replace the existing settings.
Expand All @@ -39,7 +39,7 @@ const AppConfigContext = createContext<AppConfig>({
},
},
municipality: {
name: "Test deployment",
name: "Seattle Staging",
footerLinksSections: [],
},
});
Expand Down
2 changes: 1 addition & 1 deletion src/index-react.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ReactDOM.render(
settings: {},
},
municipality: {
name: "Seattle Test",
name: "Seattle Staging",
footerLinksSections: [],
},
}}
Expand Down

0 comments on commit c3987cd

Please sign in to comment.