diff options
Diffstat (limited to 'config/debug.json')
-rw-r--r-- | config/debug.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/debug.json b/config/debug.json new file mode 100644 index 0000000..7d1295b --- /dev/null +++ b/config/debug.json @@ -0,0 +1,14 @@ +{ + "http":{ + "bind_host":"127.0.0.1", + "bind_port":"8080", + "static":"./data/static", + "templates":"./data/templates", + "storage":"./data/storage" + }, + "database":{ + "socket":"/run/mysqld/mysqld.sock", + "database":"ceres", + "migrations":"./sql" + } +} |