Update from atlas3 to atlas4
This commit is contained in:
parent
a9cb68e3a9
commit
a8ebf98b62
|
@ -1,15 +1,15 @@
|
||||||
import { EnvConfig } from './prod'
|
import { EnvConfig } from './prod'
|
||||||
|
|
||||||
export const ATLAS3_CONFIG: EnvConfig = {
|
export const ATLAS4_CONFIG: EnvConfig = {
|
||||||
domain: 'atlas3.manifold.markets',
|
domain: 'atlas4.manifold.markets',
|
||||||
firebaseConfig: {
|
firebaseConfig: {
|
||||||
apiKey: 'AIzaSyAAsJPN_4HAvmWtsdW2EIY2iRRbyTxEZQI',
|
apiKey: 'AIzaSyDVS2IyYbBprFw2_EjzD7FIiyY67AsiffE',
|
||||||
authDomain: 'atlas3-manifold.firebaseapp.com',
|
authDomain: 'atlas4.firebaseapp.com',
|
||||||
projectId: 'atlas3-manifold',
|
projectId: 'atlas4',
|
||||||
storageBucket: 'atlas3-manifold.appspot.com',
|
storageBucket: 'atlas4.appspot.com',
|
||||||
messagingSenderId: '453445191752',
|
messagingSenderId: '213852207227',
|
||||||
appId: '1:453445191752:web:f7a899553e702d6d48b07d',
|
appId: '1:213852207227:web:4e2d6d089c7571037a0ade',
|
||||||
measurementId: 'G-0F3F5X37YN',
|
measurementId: 'G-8C26BB7JJG',
|
||||||
},
|
},
|
||||||
|
|
||||||
cloudRunId: 'o7zdjo5hka',
|
cloudRunId: 'o7zdjo5hka',
|
|
@ -1,5 +1,5 @@
|
||||||
import { escapeRegExp } from 'lodash'
|
import { escapeRegExp } from 'lodash'
|
||||||
import { ATLAS3_CONFIG } from './atlas3'
|
import { ATLAS4_CONFIG } from './atlas4'
|
||||||
import { DEV_CONFIG } from './dev'
|
import { DEV_CONFIG } from './dev'
|
||||||
import { EnvConfig, PROD_CONFIG } from './prod'
|
import { EnvConfig, PROD_CONFIG } from './prod'
|
||||||
import { THEOREMONE_CONFIG } from './theoremone'
|
import { THEOREMONE_CONFIG } from './theoremone'
|
||||||
|
@ -10,7 +10,7 @@ const CONFIGS: { [env: string]: EnvConfig } = {
|
||||||
PROD: PROD_CONFIG,
|
PROD: PROD_CONFIG,
|
||||||
DEV: DEV_CONFIG,
|
DEV: DEV_CONFIG,
|
||||||
THEOREMONE: THEOREMONE_CONFIG,
|
THEOREMONE: THEOREMONE_CONFIG,
|
||||||
ATLAS3: ATLAS3_CONFIG,
|
ATLAS4: ATLAS4_CONFIG,
|
||||||
}
|
}
|
||||||
|
|
||||||
export const ENV_CONFIG = CONFIGS[ENV]
|
export const ENV_CONFIG = CONFIGS[ENV]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# This sets which EnvConfig is deployed to Firebase Cloud Functions
|
# This sets which EnvConfig is deployed to Firebase Cloud Functions
|
||||||
|
|
||||||
NEXT_PUBLIC_FIREBASE_ENV=ATLAS3
|
NEXT_PUBLIC_FIREBASE_ENV=ATLAS4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user