mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
32 lines
534 B
Markdown
32 lines
534 B
Markdown
# settings
|
|
`require("./settings");`
|
|
|
|
The Settings Modul reads the settings out of settings.json and provides
|
|
this information to the other modules
|
|
|
|
##Variables
|
|
|
|
- - -
|
|
### dbSettings
|
|
This setting is passed with dbType to ueberDB to set up the database
|
|
|
|
- - -
|
|
### dbType
|
|
|
|
|
|
- - -
|
|
### defaultPadText
|
|
The default Text of a new pad
|
|
|
|
- - -
|
|
### 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
|
|
|