8 lines
470 B
Plaintext
8 lines
470 B
Plaintext
# Copy this file to .envrc. Make targets source it as a shell file; direnv can
|
|
# load it as well. Secrets may therefore be quoted normally for Bash.
|
|
|
|
# Local development database.
|
|
export GARDOMATIC_DB_DSN='postgres://gardomatic:change-me@localhost:5432/gardomatic?sslmode=disable'
|
|
# Required only for integration tests. Always use a disposable test database.
|
|
export GARDOMATIC_TEST_DB_DSN='postgres://gardomatic:change-me@localhost:5432/gardomatic_test?sslmode=disable'
|