File tree Expand file tree Collapse file tree 7 files changed +19
-13
lines changed
apps/angular/src/environments
administration/host/Tasky.AdministrationService.HttpApi.Host
identity/host/Tasky.IdentityService.HttpApi.Host
project/host/Tasky.ProjectService.HttpApi.Host
saas/host/Tasky.SaaSService.HttpApi.Host Expand file tree Collapse file tree 7 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 1+ {"pid":"11692"}
2+ {"pid":"30884"}
3+ {"pid":"16020"}
4+ {"pid":"20364"}
5+ {"pid":"42816"}
6+ {"pid":"41288"}
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ export const environment = {
1010 logoUrl : '' ,
1111 } ,
1212 oAuthConfig : {
13- issuer : 'https://localhost:44321 /' ,
13+ issuer : 'https://localhost:7600 /' ,
1414 redirectUri : baseUrl ,
1515 clientId : 'Tasky_App' ,
1616 responseType : 'code' ,
17- scope : 'offline_access Tasky ' ,
18- requireHttps : true ,
17+ scope : 'IdentityService AdministrationService SaasService ' ,
18+ requireHttps : false ,
1919 } ,
2020 apis : {
2121 default : {
22- url : 'https://localhost:44354 ' ,
22+ url : 'https://localhost:7500 ' ,
2323 rootNamespace : 'Tasky' ,
2424 } ,
2525 } ,
Original file line number Diff line number Diff line change 1111 "Configuration" : " 127.0.0.1"
1212 },
1313 "AuthServer" : {
14- "Authority" : " https://localhost:7000 /" ,
14+ "Authority" : " https://localhost:7600 /" ,
1515 "RequireHttpsMetadata" : " false" ,
1616 "SwaggerClientId" : " AdministrationService_Swagger" ,
1717 "SwaggerClientSecret" : " 1q2w3e*"
Original file line number Diff line number Diff line change 1111 "Configuration" : " 127.0.0.1"
1212 },
1313 "AuthServer" : {
14- "Authority" : " https://localhost:7000 /" ,
14+ "Authority" : " https://localhost:7600 /" ,
1515 "RequireHttpsMetadata" : " false" ,
1616 "SwaggerClientId" : " IdentityService_Swagger" ,
1717 "SwaggerClientSecret" : " 1q2w3e*"
Original file line number Diff line number Diff line change 1111 "Configuration" : " 127.0.0.1"
1212 },
1313 "AuthServer" : {
14- "Authority" : " https://localhost:7000 /" ,
14+ "Authority" : " https://localhost:7600 /" ,
1515 "RequireHttpsMetadata" : " false" ,
1616 "SwaggerClientId" : " ProjectService_Swagger" ,
1717 "SwaggerClientSecret" : " 1q2w3e*"
Original file line number Diff line number Diff line change 1010 "Configuration" : " 127.0.0.1"
1111 },
1212 "AuthServer" : {
13- "Authority" : " https://localhost:7000 /" ,
13+ "Authority" : " https://localhost:7600 /" ,
1414 "RequireHttpsMetadata" : " false" ,
1515 "SwaggerClientId" : " SaaSService_Swagger" ,
1616 "SwaggerClientSecret" : " 1q2w3e*"
Original file line number Diff line number Diff line change 11name : tasky
22services :
3- - name : tasky-identityserver
4- project : apps/Tasky.IdentityServer/Tasky.IdentityServer.csproj
5- bindings :
6- - protocol : https
7- port : 7000
3+ # - name: tasky-identityserver
4+ # project: apps/Tasky.IdentityServer/Tasky.IdentityServer.csproj
5+ # bindings:
6+ # - protocol: https
7+ # port: 7000
88- name : tasky-gateway
99 project : gateway/Tasky.Gateway/Tasky.Gateway.csproj
1010 bindings :
You can’t perform that action at this time.
0 commit comments