manifold/common/envs/atlas4.ts

38 lines
1.1 KiB
TypeScript
Raw Normal View History

2022-07-19 01:28:08 +00:00
import { EnvConfig } from './prod'
2022-08-21 23:10:30 +00:00
export const ATLAS4_CONFIG: EnvConfig = {
domain: 'atlas4.manifold.markets',
2022-07-19 01:28:08 +00:00
firebaseConfig: {
2022-08-21 23:10:30 +00:00
apiKey: 'AIzaSyDVS2IyYbBprFw2_EjzD7FIiyY67AsiffE',
authDomain: 'atlas4.firebaseapp.com',
projectId: 'atlas4',
storageBucket: 'atlas4.appspot.com',
messagingSenderId: '213852207227',
appId: '1:213852207227:web:4e2d6d089c7571037a0ade',
measurementId: 'G-8C26BB7JJG',
2022-07-19 01:28:08 +00:00
},
2022-07-19 08:55:48 +00:00
cloudRunId: 'o7zdjo5hka',
2022-07-19 01:28:08 +00:00
cloudRunRegion: 'uc',
adminEmails: [
'akrolsmir@gmail.com',
'ricki.heicklen@gmail.com',
'ross@ftx.org',
'gpimpale29@gmail.com',
],
whitelistEmail: '',
moneyMoniker: '📎',
2022-07-25 23:04:10 +00:00
fixedAnte: 25,
2022-07-26 01:10:12 +00:00
startingBalance: 250,
referralBonus: 0,
2022-07-19 01:28:08 +00:00
visibility: 'PRIVATE',
navbarLogoPath: '/atlas/atlas-logo-white.svg',
newQuestionPlaceholders: [
'Will we have at least 5 new team members by the end of this quarter?',
'Will we meet or exceed our goals this sprint?',
'Will we sign on 3 or more new clients this month?',
'Will Paul shave his beard by the end of the month?',
],
}