diff --git a/misc/conf-example.json b/misc/conf-example.json new file mode 100644 index 0000000..5eb6264 --- /dev/null +++ b/misc/conf-example.json @@ -0,0 +1,8 @@ +{ + "backend": { + "scheme": "http", + "host": "localhost", + "port": 7979, + "path_base": "" + } +}