|
|
@ -38,7 +38,6 @@ config = [{ |
|
|
|
'name': 'launch_browser', |
|
|
|
'default': 1, |
|
|
|
'type': 'bool', |
|
|
|
'label': 'Launch Browser', |
|
|
|
'description': 'Launch the browser when I start.', |
|
|
|
}, |
|
|
|
], |
|
|
@ -53,26 +52,28 @@ config = [{ |
|
|
|
'name': 'api_key', |
|
|
|
'default': uuid4().hex, |
|
|
|
'readonly': 1, |
|
|
|
'label': 'Api Key', |
|
|
|
'description': "This is top-secret! Don't share this!", |
|
|
|
}, |
|
|
|
{ |
|
|
|
'name': 'debug', |
|
|
|
'default': 0, |
|
|
|
'type': 'bool', |
|
|
|
'label': 'Debug', |
|
|
|
'description': 'Enable debugging.', |
|
|
|
}, |
|
|
|
{ |
|
|
|
'name': 'development', |
|
|
|
'default': 0, |
|
|
|
'type': 'bool', |
|
|
|
'description': 'Disables some checks/downloads for faster reloading.', |
|
|
|
}, |
|
|
|
{ |
|
|
|
'name': 'data_dir', |
|
|
|
'label': 'Data dir', |
|
|
|
'type': 'directory', |
|
|
|
'description': 'Where cache/logs/etc are stored. Keep empty for <strong>./_data</strong>.', |
|
|
|
}, |
|
|
|
{ |
|
|
|
'name': 'url_base', |
|
|
|
'default': '', |
|
|
|
'label': 'Url Base', |
|
|
|
'description': 'When using mod_proxy use this to append the url with this.', |
|
|
|
}, |
|
|
|
{ |
|
|
|