Reviewed-on: phoenix/icarus_auth#31 Co-authored-by: phoenix <kundeng00@pm.me> Co-committed-by: phoenix <kundeng00@pm.me>
6 lines
262 B
Bash
6 lines
262 B
Bash
SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h
|
|
POSTGRES_USER=icarus_op_test
|
|
POSTGRES_PASSWORD=password
|
|
POSTGRES_DB=icarus_auth_test_db
|
|
POSTGRES_HOST=localhost
|
|
DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB} |