feat(backend-common): base backend config

This commit is contained in:
Fredrik Adelöw
2020-06-18 11:19:01 +02:00
parent 2156b06280
commit 324b0a767a
7 changed files with 182 additions and 16 deletions
+6
View File
@@ -4,6 +4,12 @@ app:
backend:
baseUrl: http://localhost:7000
bindPort: 7000
bindHost: localhost
cors:
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]
credentials: true
organization:
name: Spotify