aboutsummaryrefslogtreecommitdiff
path: root/config.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";
+ }
+}