Files
kleiax 904d14b64c
CI / test (push) Canceled after 0s
Initial commit
2026-09-12 22:22:17 +02:00

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'