app-config: split cors and urls out to separate development config

This commit is contained in:
Patrik Oldsberg
2020-09-06 12:39:09 +02:00
parent f8a871979e
commit b104ebce53
4 changed files with 24 additions and 10 deletions
+1 -5
View File
@@ -1,15 +1,11 @@
app:
title: Backstage Example App
baseUrl: http://localhost:3000
baseUrl: http://localhost:7000
backend:
baseUrl: http://localhost:7000
listen:
port: 7000
cors:
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]
credentials: true
database:
client: sqlite3
connection: ':memory:'