mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-08 12:10:59 +01:00
Merge pull request #803 from ametaireau/postgres-in-settings
mention postgres in the default settings
This commit is contained in:
commit
ab467310f5
@ -8,8 +8,8 @@
|
|||||||
"ip": "0.0.0.0",
|
"ip": "0.0.0.0",
|
||||||
"port" : 9001,
|
"port" : 9001,
|
||||||
|
|
||||||
//The Type of the database. You can choose between dirty, sqlite and mysql
|
//The Type of the database. You can choose between dirty, postgres, sqlite and mysql
|
||||||
//You should use mysql or sqlite for anything else than testing or development
|
//You shouldn't use "dirty" for for anything else than testing or development
|
||||||
"dbType" : "dirty",
|
"dbType" : "dirty",
|
||||||
//the database specific settings
|
//the database specific settings
|
||||||
"dbSettings" : {
|
"dbSettings" : {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user