Release Tagging / release (push) Failing after 1m40s
soaricarus_auth Build / Rustfmt (push) Successful in 52s
soaricarus_auth Build / Check (push) Successful in 2m5s
soaricarus_auth Build / Clippy (push) Successful in 2m48s
soaricarus_auth Build / build (push) Successful in 3m12s
soaricarus_auth Build / Test Suite (push) Successful in 4m35s
Reviewed-on: #4
15 lines
603 B
Bash
15 lines
603 B
Bash
APP_ENV=development
|
|
BACKEND_PORT=8001
|
|
FRONTEND_URL=http://localhost:4200
|
|
RUST_LOG=debug
|
|
ALLOWED_ORIGINS=https://soaricarus.com,https://www.soaricarus.com
|
|
SECRET_KEY=refero34o8rfhfjn983thf39fhc943rf923n3h
|
|
SERVICE_PASSPHRASE=iUOo1fxshf3y1tUGn1yU8l9raPApHCdinW0VdCHdRFEjqhR3Bf02aZzsKbLtaDFH
|
|
POSTGRES_AUTH_USER=soaricarus_op
|
|
POSTGRES_AUTH_PASSWORD=password
|
|
POSTGRES_AUTH_DB=soaricarus_auth_db
|
|
POSTGRES_AUTH_HOST=auth_db
|
|
POSTGRES_AUTH_PORT=5432
|
|
DATABASE_URL=postgresql://${POSTGRES_AUTH_USER}:${POSTGRES_AUTH_PASSWORD}@${POSTGRES_AUTH_HOST}:${POSTGRES_AUTH_PORT}/${POSTGRES_AUTH_DB}
|
|
ENABLE_REGISTRATION=TRUE
|