aboutsummaryrefslogtreecommitdiff
path: root/config.conf
diff options
context:
space:
mode:
author2026-03-14 00:44:19 +0300
committer2026-03-14 00:44:19 +0300
commite5d6f4c02b757c83244ba5e04fead08623a27299 (patch)
tree5b5babb9887cafa3dbc165928dc2b0fd65265bda /config.conf
downloadpose-e5d6f4c02b757c83244ba5e04fead08623a27299.tar.gz
pose-e5d6f4c02b757c83244ba5e04fead08623a27299.tar.bz2
pose-e5d6f4c02b757c83244ba5e04fead08623a27299.tar.xz
pose-e5d6f4c02b757c83244ba5e04fead08623a27299.zip
начальный коммитHEADmaster
Diffstat (limited to 'config.conf')
-rw-r--r--config.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.conf b/config.conf
new file mode 100644
index 0000000..e157138
--- /dev/null
+++ b/config.conf
@@ -0,0 +1,15 @@
+db_file "./pose.db";
+
+sources {
+ feed "neonxp.ru feed" {
+ url "https://neonxp.ru/feed/";
+ scrape_interval "10m";
+ }
+}
+
+targets {
+ telegram {
+ token TELEGRAM_TOKEN;
+ group "-1003888840756";
+ }
+}