We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a379709 commit c852129Copy full SHA for c852129
1 file changed
docker-compose.override.yml
@@ -56,6 +56,7 @@ services:
56
environment:
57
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=AuthServiceDB;User=sa;Password=Your_password123;TrustServerCertificate=true;
58
- ASPNETCORE_ENVIRONMENT=Production
59
+ - ASPNETCORE_URLS=http://+:5001
60
- EventBus:EventBusHostName=rabbitmq
61
- AppSettings:SecurityKey=${AUTH_SERVICE_SECURITY_KEY}
62
- Github:ClientIdGithub=${GITHUB_CLIENT_ID}
@@ -104,6 +105,7 @@ services:
104
105
hwproj.contentservice.api:
106
107
- ASPNETCORE_ENVIRONMENT=Development
108
+ - ASPNETCORE_URLS=http://+:5008
109
110
- Services:Auth=http://hwproj.authservice.api
111
- ExternalStorageConfiguration:AccessKeyId=${STORAGE_CLIENT_ACCESS_KEY_ID}
0 commit comments