-
Notifications
You must be signed in to change notification settings - Fork 92
/
tye.yaml
44 lines (44 loc) · 1.61 KB
/
tye.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: myprojectname
services:
- name: identityserver
project: src/EventHub.IdentityServer/EventHub.IdentityServer.csproj
bindings:
- protocol: https
port: 44313
env:
- Kestrel__Certificates__Default__Path=../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=e8202f07-66e5-4619-be07-72ba76fde97f
- name: api
project: src/EventHub.HttpApi.Host/EventHub.HttpApi.Host.csproj
bindings:
- protocol: https
port: 44362
env:
- Kestrel__Certificates__Default__Path=../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=e8202f07-66e5-4619-be07-72ba76fde97f
- name: admin-api
project: src/EventHub.Admin.HttpApi.Host/EventHub.Admin.HttpApi.Host.csproj
bindings:
- protocol: https
port: 44305
env:
- Kestrel__Certificates__Default__Path=../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=e8202f07-66e5-4619-be07-72ba76fde97f
- name: web
project: src/EventHub.Web/EventHub.Web.csproj
bindings:
- protocol: https
port: 44308
env:
- Kestrel__Certificates__Default__Path=../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=e8202f07-66e5-4619-be07-72ba76fde97f
- name: web-admin
project: src/EventHub.Admin.Web/EventHub.Admin.Web.csproj
bindings:
- protocol: https
port: 44307
env:
- Kestrel__Certificates__Default__Path=../../etc/dev-cert/localhost.pfx
- Kestrel__Certificates__Default__Password=e8202f07-66e5-4619-be07-72ba76fde97f
- name: background-services
project: src/EventHub.BackgroundServices/EventHub.BackgroundServices.csproj