change default config path

This commit is contained in:
Von Random 2024-11-05 02:54:33 +02:00
parent 22c6e1a2e5
commit 60e9584949

View file

@ -1,4 +1,4 @@
CONFDIR = '/etc/pgbot'
CONFDIR = '/pgbot/conf'
CONFIG = CONFDIR + '/pgbot.yml'
TOKENS = CONFDIR + '/tokens.yml'
SCHEDULE = CONFDIR + '/sched.yml'