File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ services:
5656 environment :
5757 - ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=AuthServiceDB;User=sa;Password=Your_password123;TrustServerCertificate=true;
5858 - ASPNETCORE_ENVIRONMENT=Production
59+ - ASPNETCORE_URLS=http://+:5001
5960 - EventBus:EventBusHostName=rabbitmq
6061 - AppSettings:SecurityKey=${AUTH_SERVICE_SECURITY_KEY}
6162 - Github:ClientIdGithub=${GITHUB_CLIENT_ID}
@@ -104,6 +105,7 @@ services:
104105 hwproj.contentservice.api :
105106 environment :
106107 - ASPNETCORE_ENVIRONMENT=Development
108+ - ASPNETCORE_URLS=http://+:5008
107109 - EventBus:EventBusHostName=rabbitmq
108110 - Services:Auth=http://hwproj.authservice.api
109111 - ExternalStorageConfiguration:AccessKeyId=${STORAGE_CLIENT_ACCESS_KEY_ID}
You can’t perform that action at this time.
0 commit comments