diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/settings.json.erb | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/templates/settings.json.erb b/templates/settings.json.erb index 376b603..e06fd24 100644 --- a/templates/settings.json.erb +++ b/templates/settings.json.erb @@ -9,27 +9,9 @@ "ip": "0.0.0.0", "port" : 9001, - //The Type of the database. You can choose between dirty, sqlite and mysql - //You should use mysql or sqlite for anything else than testing or development - //"dbType" : "dirty", - //the database specific settings - /* + //Database configuration + "dbType" : "mysql", "dbSettings" : { - "filename" : "../var/dirty.db" - }, - - */ - /* An Example of MySQL Configuration - "dbType" : "mysql", - "dbSettings" : { - "user" : "root", - "host" : "localhost", - "password": "", - "database": "store" - }, - */ - "dbType" : "mysql", - "dbSettings" : { "user" : "etherpad", "host" : "localhost", "password": "<%= etherpad_db_password %>", |