Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #240 from rinkudesu/jwt-authority-change
Browse files Browse the repository at this point in the history
Adjust authority values to local identity server
  • Loading branch information
KowalskiPiotr98 authored May 20, 2023
2 parents 01d00b5 + 6c594bc commit 4db6587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"applicationUrl": "https://localhost:5005;http://localhost:5006",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"RINKUDESU_AUTHORITY": "http://localhost:8080/realms/rinkudesu",
"RINKUDESU_AUTHORITY": "http://localhost:5500/",
"RINKUDESU_AUTHORITY_ALLOW_HTTP": "1",
"RINKU_LINKS_CONNECTIONSTRING": "Server=127.0.0.1;Port=5432;Database=rinku-links;User Id=postgres;Password=postgres;",
"RINKU_KAFKA_ADDRESS": "localhost:9092",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
# - "443:443"
environment:
RINKU_LINKS_CONNECTIONSTRING: "Server=postgres;Port=5432;Database=rinku-links;User Id=postgres;Password=postgres;"
RINKUDESU_AUTHORITY: "https://<hostname-of-keycloak-instance>/realms/rinkudesu"
RINKUDESU_AUTHORITY: "https://<hostname-of-identity-instance>/"
RINKU_KAFKA_ADDRESS: "<hostname-of-kafka>:9092"
RINKU_KAFKA_CLIENT_ID: "rinkudesu-links"
RINKU_KAFKA_CONSUMER_GROUP_ID: "rinkudesu-links"
Expand Down

0 comments on commit 4db6587

Please sign in to comment.