updaet
This commit is contained in:
parent
8ea5cadd5d
commit
16b1dde7b8
@ -1,13 +1,13 @@
|
|||||||
const env = {
|
const env = {
|
||||||
local: {
|
development: {
|
||||||
API_URL: 'http://localhost:8000'
|
API_URL: 'http://localhost:8000'
|
||||||
},
|
},
|
||||||
dev: {
|
testing: {
|
||||||
API_URL: 'https://api-dev.beefast.co'
|
API_URL: 'https://api-dev.beefast.co'
|
||||||
},
|
},
|
||||||
prd: {
|
production: {
|
||||||
API_URL: 'https://api.beefast.co'
|
API_URL: 'https://api.beefast.co'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default env[process.env.NODE_ENV || 'local']
|
export default env[process.env.NODE_ENV || 'development']
|
||||||
Loading…
Reference in New Issue
Block a user