Skip to content

Commit

Permalink
Merge pull request #16 from uskey512/add-postgres-config
Browse files Browse the repository at this point in the history
Add `POSTGRES_HOST_AUTH_METHOD` to redash.env
  • Loading branch information
kakakakakku authored Feb 29, 2020
2 parents 09b5c64 + 8003572 commit 47095f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redash.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PYTHONUNBUFFERED=0
REDASH_LOG_LEVEL=INFO
REDASH_REDIS_URL=redis://redis:6379/0
POSTGRES_PASSWORD=
POSTGRES_HOST_AUTH_METHOD=trust
REDASH_COOKIE_SECRET=redash-hands-on
REDASH_SECRET_KEY=redash-hands-on
REDASH_DATABASE_URL=postgresql://postgres@postgres/postgres

0 comments on commit 47095f5

Please sign in to comment.