Add env variables for frontend
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export default {
|
||||
APP_BASE_URL: '/',
|
||||
PUSHER: 'test',
|
||||
PUSHER: __PUSHER__,
|
||||
get apiURL() {
|
||||
return `${this.APP_BASE_URL}/`;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user