adding a default config file, with missing API key

This commit is contained in:
manetta 2022-02-16 23:18:27 +01:00
parent 8ca666b701
commit 6660404dec

5
config.py Normal file
View 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'