fix: adjusts in dockerfile

This commit is contained in:
Davidson Gomes
2023-07-16 19:05:17 -03:00
parent 4b32485e3c
commit 3c15fc1b0d
6 changed files with 21 additions and 23 deletions

View File

@@ -1,3 +1,5 @@
SERVER_URL='http://localhost:8080' # http://localhost:3333 | http://localhost:3333/api/v1
CORS_ORIGIN='*' # Or separate by commas - ex.: 'yourdomain1.com, yourdomain2.com'
CORS_METHODS='POST,GET,PUT,DELETE'
CORS_CREDENTIALS=true