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