Skip to content

Commit d3bcdd0

Browse files
committed
working
1 parent 0324ec9 commit d3bcdd0

File tree

7 files changed

+19
-13
lines changed

7 files changed

+19
-13
lines changed

.tye/process_store

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{"pid":"11692"}
2+
{"pid":"30884"}
3+
{"pid":"16020"}
4+
{"pid":"20364"}
5+
{"pid":"42816"}
6+
{"pid":"41288"}

apps/angular/src/environments/environment.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
},

services/administration/host/Tasky.AdministrationService.HttpApi.Host/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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*"

services/identity/host/Tasky.IdentityService.HttpApi.Host/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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*"

services/project/host/Tasky.ProjectService.HttpApi.Host/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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*"

services/saas/host/Tasky.SaaSService.HttpApi.Host/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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*"

tye.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: tasky
22
services:
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:

0 commit comments

Comments
 (0)