Closes #10 Reviewed-on: phoenix/textsender-auth#28 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
10 lines
239 B
Bash
10 lines
239 B
Bash
SECRET_KEY=NULqYIzgt28bTiyziCd7IOO7b6LnWDW!
|
|
DB_NAME=textsender_auth_db
|
|
DB_USER=textsender_auth
|
|
DB_PASSWORD=yEDjWZCH2vdctjn!
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_SSLMODE=disable
|
|
ENABLE_REGISTRATION=true
|
|
ALLOWED_ORIGINS="http://textsender.com"
|