etherpad-lite/doc/jsdoc/utils/Settings.md

41 lines
642 B
Markdown
Raw Normal View History

2011-07-30 17:15:45 +01:00
# utils/Se
`require("./utils/Settings");`
2011-05-29 21:30:56 +01:00
2011-05-30 15:53:11 +01:00
The Settings Modul reads the settings out of settings.json and provides
this information to the other modules
2011-05-29 21:30:56 +01:00
##Variables
2011-07-30 17:15:45 +01:00
- - -
### abiword
The path of the abiword executable
2011-05-30 16:05:42 +01:00
- - -
2011-05-30 15:53:11 +01:00
### dbSettings
This setting is passed with dbType to ueberDB to set up the database
2011-05-29 21:30:56 +01:00
2011-05-30 16:05:42 +01:00
- - -
2011-05-30 15:53:11 +01:00
### dbType
2011-05-29 21:30:56 +01:00
2011-05-30 16:05:42 +01:00
- - -
2011-05-30 15:53:11 +01:00
### defaultPadText
The default Text of a new pad
2011-05-29 21:30:56 +01:00
2011-07-30 17:15:45 +01:00
- - -
### ip
The IP ep-lite should listen to
2011-05-30 16:05:42 +01:00
- - -
2011-05-30 15:53:11 +01:00
### logHTTP
A flag that shows if http requests should be loged to stdout
2011-05-29 21:30:56 +01:00
2011-05-30 16:05:42 +01:00
- - -
2011-05-30 15:53:11 +01:00
### minify
A flag that shows if minification is enabled or not
2011-05-29 21:30:56 +01:00
2011-05-30 16:05:42 +01:00
- - -
2011-05-30 15:53:11 +01:00
### port
The Port ep-lite should listen to
2011-05-29 21:30:56 +01:00