We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5424724 commit c67f85aCopy full SHA for c67f85a
1 file changed
.gitpod.yml
@@ -0,0 +1,17 @@
1
+ports:
2
+ - name: Tutorial
3
+ description: Dummy IoT Sensors over HTTP
4
+ port: 3000
5
+ onOpen: open-browser
6
+ - name: Keyrock
7
+ description: Identity Manager
8
+ port: 3005
9
10
+ - name: Orion
11
+ description: Context Broker
12
+ port: 1026
13
+ onOpen: notify
14
+ - name: Orion-Proxy
15
+ description: PEP Proxy
16
+ port: 1027
17
+ onOpen: ignore
0 commit comments