Browse Source

adding a default config file, with missing API key

pull/30/head
manetta 2 years ago
parent
commit
6660404dec
  1. 5
      config.py

5
config.py

@ -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…
Cancel
Save