fix: small things

This commit is contained in:
Moritz Böhme 2025-04-04 19:46:28 +02:00
parent b58058e19b
commit 0183675176
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -35,6 +35,8 @@ putzplan-*.tar
npm-debug.log
/assets/node_modules/
.lexical/
### direnv ###
.direnv

View file

@ -6,7 +6,7 @@ config :putzplan, Putzplan.Repo,
username: "postgres",
password: "postgres",
hostname: "localhost",
database: "putzplan_dev",
database: "tmp/putzplan_dev",
stacktrace: true,
show_sensitive_data_on_connection_error: true,
pool_size: 10