diff --git a/config.py b/config.py new file mode 100644 index 0000000..ec11508 --- /dev/null +++ b/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'