diff --git a/.gitignore b/.gitignore index 733bccd..0b1f1f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .idea __pycache__ +CertSSL + .DS_Store -CertSSL \ No newline at end of file +config.yaml \ No newline at end of file diff --git a/config-sample.yaml b/config-sample.yaml new file mode 100644 index 0000000..a7b500f --- /dev/null +++ b/config-sample.yaml @@ -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: '' \ No newline at end of file