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-08-22 04:15:31 +00:00
|
|
|
cloudRunId: 'oevfy4yd5q',
|
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: '📎',
|
|
|
|
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?',
|
|
|
|
],
|
2022-08-22 05:41:15 +00:00
|
|
|
|
|
|
|
economy: {
|
|
|
|
FIXED_ANTE: 25,
|
|
|
|
STARTING_BALANCE: 250,
|
|
|
|
REFERRAL_AMOUNT: 0,
|
|
|
|
BETTING_STREAK_BONUS_AMOUNT: 0,
|
|
|
|
},
|
2022-07-19 01:28:08 +00:00
|
|
|
}
|