mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: add backend toggle
This commit is contained in:
@@ -15,5 +15,6 @@
|
||||
export const environment = {
|
||||
backend_url: 'http://localhost:3000',
|
||||
backend_version: '1.0.0',
|
||||
use_fake_backend: false,
|
||||
production: true,
|
||||
};
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
export const environment = {
|
||||
backend_url: 'http://localhost:3000',
|
||||
backend_version: '1.0.0',
|
||||
use_fake_backend: false,
|
||||
production: false,
|
||||
};
|
||||
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
export const environment = {
|
||||
backend_url: 'http://localhost:3000',
|
||||
backend_version: '1.0.0',
|
||||
use_fake_backend: true,
|
||||
production: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user