2022-10-12 19:10:51 +00:00
|
|
|
import { EnvConfig, PROD_CONFIG } from './prod'
|
|
|
|
|
|
|
|
export const ALVEA_CONFIG: EnvConfig = {
|
|
|
|
domain: 'alvea.manifold.markets',
|
|
|
|
firebaseConfig: {
|
|
|
|
apiKey: 'AIzaSyDT5D8IUGRfT9a1bNYb-1b-RGm1JOHoW7Y',
|
|
|
|
authDomain: 'alvea-manifold.firebaseapp.com',
|
|
|
|
projectId: 'alvea-manifold',
|
|
|
|
storageBucket: 'alvea-manifold.appspot.com',
|
|
|
|
messagingSenderId: '854070403258',
|
|
|
|
appId: '1:854070403258:web:b8b5f303bc97d010882283',
|
|
|
|
measurementId: 'G-QHP8V3BM54',
|
|
|
|
},
|
2022-10-12 20:58:54 +00:00
|
|
|
cloudRunId: '2iftcb75eq',
|
2022-10-12 19:10:51 +00:00
|
|
|
cloudRunRegion: 'uc',
|
|
|
|
adminEmails: [...PROD_CONFIG.adminEmails],
|
|
|
|
whitelistEmail: '@alveavax.com',
|
|
|
|
moneyMoniker: 'A$',
|
|
|
|
visibility: 'PRIVATE',
|
2022-10-12 19:29:43 +00:00
|
|
|
// faviconPath: '/theoremone/logo.ico',
|
|
|
|
navbarLogoPath: '/alvea/alvea-logo.svg',
|
2022-10-12 19:10:51 +00:00
|
|
|
newQuestionPlaceholders: [
|
|
|
|
'Will we have at least 5 new team members by the end of this quarter?',
|
|
|
|
],
|
|
|
|
}
|