fix: docker

This commit is contained in:
Davidson Gomes
2024-08-15 14:05:52 -03:00
parent 60eb923f64
commit 00cb80f173
3 changed files with 3 additions and 4 deletions

View File

@@ -3,9 +3,6 @@ SERVER_PORT=8080
# Server URL - Set your application url
SERVER_URL=http://localhost:8080
TELEMETRY=true
TELEMETRY_URL=
# Cors - * for all or set separate by commas - ex.: 'yourdomain1.com, yourdomain2.com'
CORS_ORIGIN=*
CORS_METHODS=GET,POST,PUT,DELETE