diff --git a/src/app/AppConfigContext.tsx b/src/app/AppConfigContext.tsx index 0fa8332c..d0e4e6e1 100644 --- a/src/app/AppConfigContext.tsx +++ b/src/app/AppConfigContext.tsx @@ -28,7 +28,7 @@ export interface AppConfig { const AppConfigContext = createContext({ 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. @@ -39,7 +39,7 @@ const AppConfigContext = createContext({ }, }, municipality: { - name: "Test deployment", + name: "Seattle Staging", footerLinksSections: [], }, }); diff --git a/src/index-react.tsx b/src/index-react.tsx index 0a003028..bab0918a 100644 --- a/src/index-react.tsx +++ b/src/index-react.tsx @@ -13,7 +13,7 @@ ReactDOM.render( settings: {}, }, municipality: { - name: "Seattle Test", + name: "Seattle Staging", footerLinksSections: [], }, }}