[frontend] Add production values

This commit is contained in:
Cathy Hu 2020-09-10 14:35:50 +02:00
parent b41c6b90e1
commit d5ebd481b4

View file

@ -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',
};