Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
redfast00 committed Aug 21, 2020
1 parent 9ad92b0 commit 919c4dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Rocket.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ url = "postgresql://zauth:zauth@localhost/zauth"
secret_key = "1vwCFFPSdQya895gNiO556SzmfShG6MokstgttLvwjw="

[production.databases.postgresql_database]
url = "postgresql://zauth:zauth@database/zauth"
url = "postgresql://zauth:zauth@database/zauth"

2 changes: 1 addition & 1 deletion docker_misc/pg_hba.conf
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ local replication all trust
host replication all 127.0.0.1/32 trust
host replication all ::1/128 trust

host all all .zauth-internal md5
host all all .zauth-internal md5
host all mailaccess all md5

0 comments on commit 919c4dc

Please sign in to comment.