Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sysadmin
etherpad
Commits
fe1c445d
Commit
fe1c445d
authored
Mar 29, 2018
by
Jordi Mallach
🔥
Committed by
Maxime Buquet
Apr 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change database settings to use PostgreSQL.
parent
69527d5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
settings.json.collabora
settings.json.collabora
+6
-2
No files found.
settings.json.collabora
View file @
fe1c445d
...
...
@@ -35,10 +35,14 @@
//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
"dbType" : "
dirty
",
"dbType" : "
postgres
",
//the database specific settings
"dbSettings" : {
"filename" : "var/dirty.db"
"user" : "etherpad",
"host" : "localhost",
"password" : "eet4kaeYpoL9Aesh",
"database" : "etherpad",
"charset" : "utf8mb4"
},
/* An Example of MySQL Configuration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment