pgbot/pgbotlib/defaults.py

8 lines
158 B
Python
Raw Normal View History

''' module defaults '''
CONFDIR = '/etc/pgbot'
2024-10-23 14:42:46 +03:00
CONFIG = CONFDIR + '/pgbot.yml'
TOKENS = CONFDIR + '/tokens.yml'
SCHEDULE = CONFDIR + '/sched.yml'
TZ = 'UTC'