oops, actually add defaults to the repo
This commit is contained in:
parent
df3a990614
commit
16d669164b
1 changed files with 6 additions and 0 deletions
6
pgbotlib/defaults.py
Normal file
6
pgbotlib/defaults.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
import os
|
||||||
|
|
||||||
|
CONFDIR = '/etc/pgbot'
|
||||||
|
CONFIG = os.path.join(CONFDIR, 'pgbot.yml')
|
||||||
|
TOKENS = os.path.join(CONFDIR, 'tokens.yml')
|
||||||
|
SCHEDULE = os.path.join(CONFDIR, '/sched.yml')
|
Loading…
Reference in a new issue