-
Notifications
You must be signed in to change notification settings - Fork 0
/
tye.yaml
40 lines (37 loc) · 1018 Bytes
/
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
# tye application configuration file
# read all about it at https://github.com/dotnet/tye
#
# when you've given us a try, we'd love to know what you think:
# https://aka.ms/AA7q20u
#
name: udap.devdays
services:
- name: udap-fhirserver-devdays
project: udap.fhirserver.devdays/udap.fhirserver.devdays.csproj
bindings:
- protocol: https
name: https
host: localhost
port: 7016
routes:
- /fhir/r4?_format=json
- /fhir/r4/Patient
- /fhir/r4/.well-known/udap
- /fhir/r4/.well-known/udap/communities
- /fhir/r4/.well-known/udap/communities/ashtml
- name: udap-authserver-devdays
project: udap.authserver.devdays/udap.authserver.devdays.csproj
bindings:
- protocol: https
name: https
host: localhost
port: 5002
routes:
- /.well-known/udap
- name: udap-certificates-server-devdays
project: udap.certificates.server.devdays/udap.certificates.server.devdays.csproj
bindings:
- protocol: http
name: http
host: localhost
port: 5033