moved to settings.json.template bottom; chg gitignore
parent
05e8c74307
commit
e1a1540011
|
@ -1,5 +1,6 @@
|
||||||
node_modules
|
node_modules
|
||||||
settings.json
|
settings.json
|
||||||
|
!settings.json.template
|
||||||
APIKEY.txt
|
APIKEY.txt
|
||||||
bin/abiword.exe
|
bin/abiword.exe
|
||||||
bin/node.exe
|
bin/node.exe
|
||||||
|
|
|
@ -29,9 +29,6 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// restricts socket.io transport methods
|
|
||||||
"socketTransportProtocols" : ['xhr-polling', 'jsonp-polling', 'htmlfile'],
|
|
||||||
|
|
||||||
//The Type of the database. You can choose between dirty, postgres, sqlite and mysql
|
//The Type of the database. You can choose between dirty, postgres, sqlite and mysql
|
||||||
//You shouldn't use "dirty" for for anything else than testing or development
|
//You shouldn't use "dirty" for for anything else than testing or development
|
||||||
"dbType" : "dirty",
|
"dbType" : "dirty",
|
||||||
|
@ -94,5 +91,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
|
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
|
||||||
"loglevel": "INFO"
|
"loglevel": "INFO",
|
||||||
|
|
||||||
|
// restrict socket.io transport methods
|
||||||
|
"socketTransportProtocols" : ['xhr-polling', 'jsonp-polling', 'htmlfile']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue