6 lines
239 B
Python
6 lines
239 B
Python
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'
|