change default config path
This commit is contained in:
parent
22c6e1a2e5
commit
60e9584949
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
CONFDIR = '/etc/pgbot'
|
CONFDIR = '/pgbot/conf'
|
||||||
CONFIG = CONFDIR + '/pgbot.yml'
|
CONFIG = CONFDIR + '/pgbot.yml'
|
||||||
TOKENS = CONFDIR + '/tokens.yml'
|
TOKENS = CONFDIR + '/tokens.yml'
|
||||||
SCHEDULE = CONFDIR + '/sched.yml'
|
SCHEDULE = CONFDIR + '/sched.yml'
|
||||||
|
|
Loading…
Reference in a new issue