10000 Create lucid.yml · lucid-kv/lucid@a0c1a45 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Create lucid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint.Network authored Jan 5, 2020
1 parent 0c877e6 commit a0c1a45
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/lucid.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
general:
bind_address: 127.0.0.1
port: 7020
port_ssl: 7021
use_ssl: true
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: ""
encryption:
enabled: false
private_key: ""
webui:
enabled: true
store:
max_limit: 7340032
http:
request_size_limit: 8388608
logging:
level: Info

0 comments on commit a0c1a45

Please sign in to comment.
0