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

Adjust authority values to local identity server #240

Merged
merged 1 commit into from
May 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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