Updatting env sample files

This commit is contained in:
2026-07-05 17:56:16 -04:00
parent 52d713a533
commit c62dd35a45
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -7,4 +7,5 @@ DB_AUTH_PORT=5432
DB_AUTH_SSLMODE=disable
DATABASE_URL=postgres://${DB_AUTH_USER}:${DB_AUTH_PASSWORD}@${DB_AUTH_HOST}:${DB_AUTH_PORT}/${DB_AUTH_NAME}
ENABLE_REGISTRATION=true
ALLOWED_ORIGINS="http://textsender.com"
ALLOWED_ORIGINS="http://textsender.com,http://localhost:5173,http://localhost:9080"
APP_ENV=production