summaryrefslogtreecommitdiff
path: root/config/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/default.json')
-rw-r--r--config/default.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/default.json b/config/default.json
index 076d672..7710774 100644
--- a/config/default.json
+++ b/config/default.json
@@ -8,7 +8,7 @@
},
"database":{
"socket":"/run/mysqld/mysqld.sock",
- "user":"ceres",
- "database":"ceres"
+ "database":"ceres",
+ "migrations":"/usr/share/ceres/migrations"
}
}