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
+11
View File
@@ -0,0 +1,11 @@
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