working 3 tier approach
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
// In production the API is proxied through nginx at /api — no host needed.
|
||||
apiBaseUrl: '',
|
||||
};
|
||||
@@ -0,0 +1,4 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiBaseUrl: 'http://localhost:8000',
|
||||
};
|
||||
Reference in New Issue
Block a user