feat: make production ready

This commit is contained in:
Moritz Böhme 2025-05-15 08:31:26 +02:00
parent 0c721e9296
commit 3b196006c0
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
9 changed files with 87 additions and 70 deletions

View file

@ -3,8 +3,6 @@ config :live_debugger, browser_features?: true
# Configure your database
config :putzplan, Putzplan.Repo,
username: "postgres",
password: "postgres",
hostname: "localhost",
database: "tmp/putzplan_dev",
stacktrace: true,