etherpad-lite/doc/jsdoc/settings.md

33 lines
534 B
Markdown
Raw Normal View History

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