[frontend] Add production values
This commit is contained in:
parent
b41c6b90e1
commit
d5ebd481b4
|
@ -1,3 +1,5 @@
|
|||
export const environment = {
|
||||
production: true
|
||||
production: true,
|
||||
API_BASE_PATH: 'http://127.0.0.1:8000',
|
||||
EMAIL_DOMAIN: '127.0.0.1',
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue