diff --git a/Rinkudesu.Services.Links/Rinkudesu.Services.Links/Properties/launchSettings.json b/Rinkudesu.Services.Links/Rinkudesu.Services.Links/Properties/launchSettings.json index 2d5d586..2d3d3de 100644 --- a/Rinkudesu.Services.Links/Rinkudesu.Services.Links/Properties/launchSettings.json +++ b/Rinkudesu.Services.Links/Rinkudesu.Services.Links/Properties/launchSettings.json @@ -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", diff --git a/Rinkudesu.Services.Links/Rinkudesu.Services.Links/docker-compose.yml b/Rinkudesu.Services.Links/Rinkudesu.Services.Links/docker-compose.yml index 3c38022..7e47bbc 100644 --- a/Rinkudesu.Services.Links/Rinkudesu.Services.Links/docker-compose.yml +++ b/Rinkudesu.Services.Links/Rinkudesu.Services.Links/docker-compose.yml @@ -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:///realms/rinkudesu" + RINKUDESU_AUTHORITY: "https:///" RINKU_KAFKA_ADDRESS: ":9092" RINKU_KAFKA_CLIENT_ID: "rinkudesu-links" RINKU_KAFKA_CONSUMER_GROUP_ID: "rinkudesu-links"