schedtxt_auth Build / Rustfmt (push) Successful in 46s
schedtxt_auth Build / Check (push) Successful in 1m35s
schedtxt_auth Build / Clippy (push) Successful in 1m4s
schedtxt_auth Build / Test Suite (push) Successful in 2m6s
schedtxt_auth Build / build (push) Successful in 4m28s
Reviewed-on: #22
12 lines
424 B
Bash
12 lines
424 B
Bash
SECRET_KEY=NULqYIzgt28bTiyziCd7IOO7b6LnWDW!
|
|
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://schedtxt.com,http://localhost:5173,http://localhost:9080"
|
|
APP_ENV=production
|