Skip to content

Commit

Permalink
Fix connection strings?
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Nov 11, 2024
1 parent 20988c2 commit e672455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Charts/ldtteam-authentication-server/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ data:
}
},
"ConnectionStrings": {
"postgres": "Server=donator-auth-postgresql.donator-auth.svc.cluster.local;Port=5432;User Id=ldtteam-donator-auth;Password=DonatorAuth1!;Database=authentication;Integrated Security=false;",
"postgres_github": "Server=donator-auth-postgresql.donator-auth.svc.cluster.local;Port=5432;User Id=ldtteam-donator-auth;Password=DonatorAuth1!;Database=github;Integrated Security=false;",
"postgres_patreon": "Server=donator-auth-postgresql.donator-auth.svc.cluster.local;Port=5432;User Id=ldtteam-donator-auth;Password=DonatorAuth1!;Database=patreon;Integrated Security=false;"
"postgres": "Server=donator-auth-postgresql.donator-auth.svc.cluster.local;Port=5432;User Id=ldtteam-donator-auth;Password=DonatorAuth1!;Database=authentication;",
"postgres_github": "Server=donator-auth-postgresql.donator-auth.svc.cluster.local;Port=5432;User Id=ldtteam-donator-auth;Password=DonatorAuth1!;Database=github;",
"postgres_patreon": "Server=donator-auth-postgresql.donator-auth.svc.cluster.local;Port=5432;User Id=ldtteam-donator-auth;Password=DonatorAuth1!;Database=patreon;"
},
"GitHub": {
"ClientId": "Iv1.1dd3379574845528",
Expand Down

0 comments on commit e672455

Please sign in to comment.