forked from membrane/api-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.yaml
More file actions
39 lines (35 loc) · 644 Bytes
/
apis.yaml
File metadata and controls
39 lines (35 loc) · 644 Bytes
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
# yaml-language-server: $schema=https://www.membrane-api.io/v7.1.2.json
api:
port: 4443
ssl:
keystore:
location: membrane.p12
password: secret
keyPassword: secret
truststore:
location: membrane.p12
password: secret
flow:
- log: {}
- webSocket:
url: http://localhost:61614/
target:
host: localhost
port: 4444
---
api:
port: 4444
flow:
- webServer:
docBase: .
index: index.html
---
api:
name: Console
port: 9000
flow:
- basicAuthentication:
users:
- username: admin
password: membrane
- adminConsole: {}