pgbot/pgbotlib/defaults.py

5 lines
134 B
Python

CONFDIR = '/pgbot/conf'
CONFIG = CONFDIR + '/pgbot.yml'
TOKENS = CONFDIR + '/tokens.yml'
SCHEDULE = CONFDIR + '/sched.yml'
TZ = 'UTC'