pgbot/pgbotlib/defaults.py

6 lines
134 B
Python
Raw Normal View History

2024-11-05 02:54:33 +02:00
CONFDIR = '/pgbot/conf'
2024-10-23 14:42:46 +03:00
CONFIG = CONFDIR + '/pgbot.yml'
TOKENS = CONFDIR + '/tokens.yml'
SCHEDULE = CONFDIR + '/sched.yml'
TZ = 'UTC'