Files
schedtxt_auth/.env.local.sample
T
phoenix 1cea3442ff
Rust Build / Check (push) Successful in 24s
Rust Build / Test Suite (push) Successful in 26s
Rust Build / Rustfmt (push) Successful in 24s
Rust Build / Clippy (push) Successful in 25s
Rust Build / build (push) Successful in 23s
Adding sample .env.local
2026-05-31 17:55:55 -04:00

10 lines
231 B
Bash

SECRET_KEY=NULqYIzgt28bTiyziCd7IOO7b6LnWDW!
DB_NAME=textsender_auth_db
DB_USER=textsender_auth
DB_PASSWORD=password
DB_HOST=localhost
DB_PORT=5432
DB_SSLMODE=disable
ENABLE_REGISTRATION=true
ALLOWED_ORIGINS="http://textsender.com"