From ef01f99df7dafc61c11203e879e997c15dea98ca Mon Sep 17 00:00:00 2001 From: davy Date: Thu, 27 Jun 2019 15:09:17 -0500 Subject: added config.json --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json (limited to 'config.json') diff --git a/config.json b/config.json new file mode 100644 index 0000000..0240b07 --- /dev/null +++ b/config.json @@ -0,0 +1,7 @@ +{ + "library": "videos", + "server": { + "host": "127.0.0.1", + "port": 0 + } +} -- cgit v1.2.3