feat: add backend toggle

This commit is contained in:
Michel Jonathan Schmitz
2020-05-15 17:17:24 +02:00
parent d2517ae114
commit c1d33303aa
5 changed files with 22 additions and 16 deletions

View File

@@ -15,5 +15,6 @@
export const environment = {
backend_url: 'http://localhost:3000',
backend_version: '1.0.0',
use_fake_backend: false,
production: true,
};