Add CORS config

This commit is contained in:
2020-05-07 23:53:30 +02:00
parent cf52525926
commit 04ded6de17
5 changed files with 12 additions and 6 deletions
+1
View File
@@ -10,6 +10,7 @@ database:
server:
host: 0.0.0.0
port: 8081
cors: ${CORS:-true}
jwt:
secret: ${JWT_SECRET}