Skip to content

Commit

Permalink
add ro env vars to env.sample (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges authored Sep 22, 2024
1 parent 7c11f73 commit 49224df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
MESHDB_ENVIRONMENT=local
DB_NAME=meshdb
DB_USER=meshdb
DB_PASSWORD=abcd1234
DB_USER_RO=meshdb_ro
DB_PASSWORD_RO=secret
# Change to postgres when using full docker-compose. Use localhost in dev
DB_HOST=localhost
DB_PORT=5432
DB_PASSWORD=abcd1234


# For password reset emails
SMTP_HOST=
Expand Down

0 comments on commit 49224df

Please sign in to comment.