feat(backend-common): base backend config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user