dev: config cleanup

This commit is contained in:
Artémis 2025-02-08 19:05:51 +01:00
parent f74187843c
commit 91889cd949
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
# built binary
/target
.env
Rocket.toml

View file

@ -3,4 +3,4 @@ secret_key = "8STDFCStGMYGoOq8RJf3JJXsg4p6wZVAph50R3Fbq6U="
public_url = "http://localhost:8000/"
[default.databases.dolltags]
url = "postgres://postgres:woofwoof@localhost/dolltags"
url = "postgres://%2Frun%2Fpostgresql/dolltags"