diff --git a/src/store/modules/feature.js b/src/store/modules/feature.js index 11a868140b1fa6bc398da81505f1c914588c0330..59313c88f92c7b03abff2181a4b0f74ad7943afe 100644 --- a/src/store/modules/feature.js +++ b/src/store/modules/feature.js @@ -7,7 +7,7 @@ axios.defaults.headers.common['X-CSRFToken'] = (name => { return (value != null) ? unescape(value[1]) : null; })('csrftoken'); -const DJANGO_API_BASE = process.env.VUE_APP_DJANGO_API_BASE +const DJANGO_API_BASE = this.state.configuration.VUE_APP_DJANGO_API_BASE const feature = { namespaced: true, @@ -199,4 +199,4 @@ const feature = { } -export default feature \ No newline at end of file +export default feature