From 1d6b45bebea66391a2a535a3bb328a5732aaa75d Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 5 Nov 2022 21:25:31 +0100 Subject: Add existing work --- config/default.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/default.json (limited to 'config') diff --git a/config/default.json b/config/default.json new file mode 100644 index 0000000..076d672 --- /dev/null +++ b/config/default.json @@ -0,0 +1,14 @@ +{ + "http":{ + "bind_host":"127.0.0.1", + "bind_port":"8080", + "static":"/usr/share/ceres/static", + "templates":"/usr/share/ceres/templates", + "storage":"/var/lib/ceres" + }, + "database":{ + "socket":"/run/mysqld/mysqld.sock", + "user":"ceres", + "database":"ceres" + } +} -- cgit v1.2.3-70-g09d2