Skip to content

Commit

Permalink
feat: add new env var: ZEALOT_DATABASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Oct 16, 2024
1 parent 92097ea commit d382a3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ ZEALOT_POSTGRES_PORT=5432
ZEALOT_POSTGRES_USERNAME=postgres
ZEALOT_POSTGRES_PASSWORD=ze@l0t
ZEALOT_POSTGRES_DB_NAME=zealot

# Or use URL format
ZEALOT_DATABASE_URL=postgresql://zealot:ze%40l0t@postgres:5432/zealot?sslmode=disable

0 comments on commit d382a3d

Please sign in to comment.