Initial commit
CI / test (push) Canceled after 0s

This commit is contained in:
2026-09-12 22:22:17 +02:00
commit 904d14b64c
314 changed files with 31884 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# 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'