update testing api
This commit is contained in:
parent
a7b25fd7f3
commit
4123f49bee
@ -3,7 +3,7 @@ const env = {
|
|||||||
API_URL: 'http://localhost:8080'
|
API_URL: 'http://localhost:8080'
|
||||||
},
|
},
|
||||||
testing: {
|
testing: {
|
||||||
API_URL: process.env.VUE_APP_API_URL || 'https://api-dev.ibtc.work'
|
API_URL: process.env.VUE_APP_API_URL || 'https://api-dev.beefast.co'
|
||||||
},
|
},
|
||||||
production: {
|
production: {
|
||||||
API_URL: process.env.VUE_APP_API_URL || 'http://api.example.com'
|
API_URL: process.env.VUE_APP_API_URL || 'http://api.example.com'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user