Сделал конфиг

This commit is contained in:
Данил 2024-10-18 19:58:14 +03:00
parent e57a9f3159
commit 05fb43c53a
2 changed files with 11 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
.idea
__pycache__
.DS_Store
CertSSL
.DS_Store
config.yaml

8
config-sample.yaml Normal file
View 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: ''