Skip to content

Commit

Permalink
Fix database url in the env file
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Aug 12, 2024
1 parent ff17192 commit add363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.docker.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DATABASE_POOL_DISABLE=false
DATABASE_POOL_MAX_OVERFLOW=5
DATABASE_POOL_SIZE=5
DATABASE_POOL_TIMEOUT=30
DATABASE_URL=postgresql+asyncpg://chapter:chapter@db:5432/chapter
DATABASE_URL=postgresql+asyncpg://app:app@db:5432/app

# Cache
REDIS_URL=redis://cache:6379/0
Expand Down

0 comments on commit add363d

Please sign in to comment.