refactor: .env.example

This commit is contained in:
Davidson Gomes
2024-08-09 14:38:33 -03:00
parent 0f299993d9
commit feb7b795e9
2 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,9 @@ 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