Collective PDF rendering environment (work-in-progress)
https://cc.vvvvvvaria.org/wiki/Octomode
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
263 B
6 lines
263 B
class Config(object):
|
|
APPLICATION_ROOT = '/'
|
|
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'
|
|
|