js-lightning
Version:
Direct Javascript to Web interpreted server inspired by PHP
22 lines (17 loc) • 815 B
Plain Text
;
;This config is read by rationalize-config-show-help-maybe. It is overwritten by
;user systemParameters.ini which is superceded by command line parameters.
;
[commandLineParameters]
; note1: This section is merged into a data structure produced by qtools-parse-command-line
; note2: Command line parameters take precedence over specs here. These take precedence over defaults.
; note3: 'values' parameters are always a list, even if only one value is ever possible (see note1).
; note4: Obviously, siteDirectory name or path and config name or path cannot be specified here.
;switches.noServe=true
values.port.0=7000
values.defaultPageNameList.0=index
values.defaultPageNameList.1=index.js
values.defaultPageNameList.2=index.html
values.defaultPageNameList.3=index.md
[serve]
revealErrorMessageToBrowser=true