dev: config cleanup
This commit is contained in:
parent
f74187843c
commit
91889cd949
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
# built binary
|
||||
/target
|
||||
.env
|
||||
Rocket.toml
|
||||
|
|
|
@ -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"
|
Loading…
Add table
Reference in a new issue