Updating name references
pr Build / Rustfmt (pull_request) Successful in 50s
pr Build / Clippy (pull_request) Successful in 1m42s
pr Build / Check (pull_request) Successful in 2m7s

This commit is contained in:
2026-07-13 17:17:36 -04:00
parent 83f79a1cb8
commit 7a3a482f0e
7 changed files with 44 additions and 44 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
SECRET_KEY=NULqYIzgt28bTiyziCd7IOO7b6LnWDW!
DB_AUTH_NAME=textsender_auth_db
DB_AUTH_USER=textsender_auth
DB_AUTH_NAME=schedtxt_auth_db
DB_AUTH_USER=schedtxt_auth
DB_AUTH_PASSWORD=password
DB_AUTH_HOST=auth_db
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,http://localhost:5173,http://localhost:9080"
ALLOWED_ORIGINS="http://schedtxt.com,http://localhost:5173,http://localhost:9080"
APP_ENV=production