mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
docs: add dev containers config gotcha in README (#479)
* docs: add dev containers config gotcha in README * Add comment in `.env.example` --------- Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com> Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ SMTP_PASSWORD=
|
||||
TLS=true
|
||||
|
||||
# Database Configuration
|
||||
DB_HOST=localhost
|
||||
DB_HOST=localhost # May need to be changed to `DB_HOST=db` if using devcontainer
|
||||
DB_PORT=5432
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_USER=postgres
|
||||
|
||||
Reference in New Issue
Block a user