adding a default config file, with missing API key
This commit is contained in:
parent
8ca666b701
commit
6660404dec
1 changed files with 5 additions and 0 deletions
5
config.py
Normal file
5
config.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
class Config(object):
|
||||||
|
PORTNUMBER = 5001
|
||||||
|
PAD_URL = 'https://pad.vvvvvvaria.org/' # with a slash in the end!
|
||||||
|
PAD_API_URL = 'https://pad.vvvvvvaria.org/api/1.2.15/'
|
||||||
|
PAD_API_KEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||||||
Loading…
Reference in a new issue