From 05fb43c53a9f8434653463a5a627658694999d3e Mon Sep 17 00:00:00 2001 From: Redume Date: Fri, 18 Oct 2024 19:58:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- config-sample.yaml | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 config-sample.yaml 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