mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-05 17:03:58 +03:00
Сделал конфиг
This commit is contained in:
parent
e57a9f3159
commit
05fb43c53a
2 changed files with 11 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
.idea
|
.idea
|
||||||
__pycache__
|
__pycache__
|
||||||
|
CertSSL
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
CertSSL
|
config.yaml
|
8
config-sample.yaml
Normal file
8
config-sample.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
server:
|
||||||
|
host: '0.0.0.0'
|
||||||
|
ssl_privkey: 'CertSSL/privkey.key'
|
||||||
|
ssl_cert: 'CertSSL/cert.pem'
|
||||||
|
analytics:
|
||||||
|
domain: 'example.com'
|
||||||
|
endpoint: 'https://plausible.io'
|
||||||
|
token: ''
|
Loading…
Reference in a new issue