mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
updated documentation
This commit is contained in:
parent
f1d06c55b4
commit
0772f6bb4e
16 changed files with 188 additions and 20 deletions
40
doc/jsdoc/utils/Settings.md
Normal file
40
doc/jsdoc/utils/Settings.md
Normal file
|
@ -0,0 +1,40 @@
|
|||
# utils/Se
|
||||
`require("./utils/Settings");`
|
||||
|
||||
The Settings Modul reads the settings out of settings.json and provides
|
||||
this information to the other modules
|
||||
|
||||
##Variables
|
||||
|
||||
- - -
|
||||
### abiword
|
||||
The path of the abiword executable
|
||||
|
||||
- - -
|
||||
### dbSettings
|
||||
This setting is passed with dbType to ueberDB to set up the database
|
||||
|
||||
- - -
|
||||
### dbType
|
||||
|
||||
|
||||
- - -
|
||||
### defaultPadText
|
||||
The default Text of a new pad
|
||||
|
||||
- - -
|
||||
### ip
|
||||
The IP ep-lite should listen to
|
||||
|
||||
- - -
|
||||
### logHTTP
|
||||
A flag that shows if http requests should be loged to stdout
|
||||
|
||||
- - -
|
||||
### minify
|
||||
A flag that shows if minification is enabled or not
|
||||
|
||||
- - -
|
||||
### port
|
||||
The Port ep-lite should listen to
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue