Skip to content

Commit

Permalink
Configure connection string to databases
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Nov 11, 2024
1 parent 1f79af1 commit 1b3dd88
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=tasks.postgres;Port=5432;User Id=ldtteam-auth;Password=LdtteamAuth185;Database=authentication;Integrated Security=false;",
"postgres_github": "Server=tasks.postgres;Port=5432;User Id=ldtteam-auth;Password=LdtteamAuth185;Database=github;Integrated Security=false;",
"postgres_patreon": "Server=tasks.postgres;Port=5432;User Id=ldtteam-auth;Password=LdtteamAuth185;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;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;"
},
"GitHub": {
"ClientId": "Iv1.1dd3379574845528",
Expand Down

0 comments on commit 1b3dd88

Please sign in to comment.