-
Notifications
You must be signed in to change notification settings - Fork 31
/
lucid.yml
34 lines (34 loc) · 892 Bytes
/
lucid.yml
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
---
general:
bind_address: 127.0.0.1
port: 7020
port_ssl: 7021
use_ssl: false
ssl_certificate: "tls/cert.pem"
ssl_certificate_key: "tls/key.rsa"
show_banner: false
authentication:
enabled: false
root_token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJMdWNpZCBSb290IFRva2VuIiwiaXNzIjoiaHR0cDovLzEyNy4wLjAuMTo3MDIxLyIsImlhdCI6MTU3NDQyMDE0NSwiZXhwIjoxNjY4NzY4OTQ1fQ.iGGRmZXjwsO4PSQKNI1qGtsA1Sj94SBXB4WU_XN5EuQ
secret_key: 03dfe6e600e2620388311955ab3bee32cd6cbb8aca75dace6cfc2e2a43db5dfd
persistence:
enabled: false
location: ""
sse:
enabled: true
encryption:
enabled: false
private_key: "123456789012345678901234123456789012345678901234"
iv: "f0f1f2f3f4f5f6f7f8f9fafbfcfdfeff"
webui:
enabled: false
store:
max_limit: 7340032
http:
compression: false
request_size_limit: 8388608
logging:
level: INFO
outputs:
- type: stderr
colored: true