app-config: merged dev config back into main config

This commit is contained in:
Patrik Oldsberg
2020-10-21 21:04:57 +02:00
parent 4a6a5149df
commit 4ab6f559dd
4 changed files with 12 additions and 30 deletions
@@ -1,13 +0,0 @@
app:
baseUrl: http://localhost:3000
backend:
baseUrl: http://localhost:7000
listen:
port: 7000
cors:
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]
credentials: true
csp:
connect-src: ["'self'", 'http:', 'https:']
@@ -1,6 +1,6 @@
app:
title: Scaffolded Backstage App
baseUrl: http://localhost:7000
baseUrl: http://localhost:3000
organization:
name: My Company
@@ -10,7 +10,11 @@ backend:
listen:
port: 7000
csp:
connect-src: ["'self'", 'https:']
connect-src: ["'self'", 'http:', 'https:']
cors:
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]
credentials: true
{{#if dbTypeSqlite}}
database:
client: sqlite3