Added Public option to Setup Wizard

This commit is contained in:
NGPixel
2017-04-08 22:57:28 -04:00
parent ddcbce054a
commit 485bfc39c3
2 changed files with 6 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ jQuery(document).ready(function ($) {
host: appconfig.host || 'http://',
port: appconfig.port || 80,
lang: appconfig.lang || 'en',
public: (appconfig.public === true),
db: appconfig.db || 'mongodb://localhost:27017/wiki',
pathData: './data',
pathRepo: './repo',