make more aspects of API & UI hosting configurable
This is necessary to create proper dev & production builds of the app.
This commit is contained in:
parent
ebdf3a39f3
commit
9acd534706
4 changed files with 13 additions and 8 deletions
|
|
@ -1,3 +1,3 @@
|
|||
export default {
|
||||
api_url: "http://localhost:8000/api/v1/",
|
||||
api_url: `${process.env.API_URL}v1/`,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue