manifold/common/envs/atlas3.ts

38 lines
1.1 KiB
TypeScript
Raw Normal View History

2022-07-19 01:28:08 +00:00
import { EnvConfig } from './prod'
export const ATLAS3_CONFIG: EnvConfig = {
2022-07-19 06:23:33 +00:00
domain: 'atlas3.manifold.markets',
2022-07-19 01:28:08 +00:00
firebaseConfig: {
apiKey: 'AIzaSyAAsJPN_4HAvmWtsdW2EIY2iRRbyTxEZQI',
authDomain: 'atlas3-manifold.firebaseapp.com',
projectId: 'atlas3-manifold',
storageBucket: 'atlas3-manifold.appspot.com',
messagingSenderId: '453445191752',
appId: '1:453445191752:web:f7a899553e702d6d48b07d',
measurementId: 'G-0F3F5X37YN',
},
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-19 06:18:53 +00:00
startingBalance: 500,
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?',
],
}