Skip to content
Snippets Groups Projects
Verified Commit a1368954 authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

[DB_BACKUP] Configure codimd

parent 2909f44b
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
"Cron": "0 1 * * *",
"Init-Backup": "1"
},
"blog": {
"mobilizon": {
"Host": "mobilizon-db",
"Port": "5432",
"User": "MOBILIZON_DB_USER",
......@@ -62,5 +62,16 @@
"Folder": "mobilizon",
"Cron": "0 */6 * * *",
"Init-Backup": "1"
},
"codimd": {
"Host": "codimd-db",
"Port": "5432",
"User": "CODIMD_DB_USER",
"Password": "CODIMD_DB_PASSWORD",
"Database": "codimd",
"Type": "postgres",
"Folder": "codimd",
"Cron": "0 */6 * * *",
"Init-Backup": "1"
}
}
......@@ -8,3 +8,5 @@ ETHERPAD_WEEK_DB_USER=
ETHERPAD_WEEK_DB_PASSWORD
MOBILIZON_DB_USER=
MOBILIZON_DB_PASSWORD=
CODIMD_DB_USER=
CODIMD_DB_PASSWORD=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment