From 0183675176379a738cbd9d78f4e9f1656c8a81c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 4 Apr 2025 19:46:28 +0200 Subject: [PATCH] fix: small things --- .gitignore | 2 ++ config/dev.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 777780a..65e6c23 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,8 @@ putzplan-*.tar npm-debug.log /assets/node_modules/ +.lexical/ + ### direnv ### .direnv diff --git a/config/dev.exs b/config/dev.exs index c2c44b0..a3ec2e6 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -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