aboutsummaryrefslogtreecommitdiff
path: root/src/delay_collector/.env.example
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-03-13 14:22:48 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-03-13 14:23:10 +0100
commit90ad5395f6310da86fee9a29503e58ea74f3078b (patch)
tree9f2ad3cf539eaf338ed2d9afbf9f1f4d41cd39a8 /src/delay_collector/.env.example
parentc9e2341a5b1e8dc03ba6e43c4e61ed2e5f4038c9 (diff)
Remove legacy stuff [skip ci]
Diffstat (limited to 'src/delay_collector/.env.example')
-rw-r--r--src/delay_collector/.env.example16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/delay_collector/.env.example b/src/delay_collector/.env.example
deleted file mode 100644
index 80ff054..0000000
--- a/src/delay_collector/.env.example
+++ /dev/null
@@ -1,16 +0,0 @@
-# Collection frequency in seconds (default: 30)
-FREQUENCY_SECONDS=36
-
-# PostgreSQL Database Configuration
-DB_HOST=localhost
-DB_PORT=5432
-DB_NAME=busurbano
-DB_USER=postgres
-DB_PASSWORD=your_password_here
-
-# Service hours (Madrid timezone)
-# The collector will only run during these hours
-SERVICE_START_HOUR=7 # Start at 7:00 AM
-SERVICE_END_HOUR=23 # End at 11:30 PM
-SERVICE_END_MINUTE=30
-SERVICE_TIMEZONE=Europe/Madrid