fix: small things
This commit is contained in:
parent
b58058e19b
commit
0183675176
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -35,6 +35,8 @@ putzplan-*.tar
|
|||
npm-debug.log
|
||||
/assets/node_modules/
|
||||
|
||||
.lexical/
|
||||
|
||||
### direnv ###
|
||||
.direnv
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue