API_URL env
This commit is contained in:
parent
76b10be898
commit
8ba0d1e6d3
@ -68,7 +68,8 @@ export default {
|
||||
}
|
||||
},
|
||||
axios:{
|
||||
baseURL:"https://clearbowl-api.herokuapp.com/api"
|
||||
//baseURL:"https://clearbowl-api.herokuapp.com/api"
|
||||
baseURL: process.env.API_URL || "http://localhost:8000/api"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user