Closes #21 Reviewed-on: phoenix/textsender-auth#27 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
9 lines
189 B
Bash
9 lines
189 B
Bash
SECRET_KEY=NULqYIzgt28bTiyziCd7IOO7b6LnWDW!
|
|
DB_NAME=textsender_auth_db
|
|
DB_USER=textsender_auth
|
|
DB_PASSWORD=password
|
|
DB_HOST=auth_db
|
|
DB_PORT=5432
|
|
DB_SSLMODE=disable
|
|
ENABLE_REGISTRATION=true
|