From ba5b02ecce6e4de1f3bb43964afcc6fbd49c6aa3 Mon Sep 17 00:00:00 2001 From: grey Date: Mon, 16 May 2022 20:46:55 +0200 Subject: [PATCH] Small fix on README.MD --- README.MD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 3491b09..bb1bf15 100644 --- a/README.MD +++ b/README.MD @@ -15,7 +15,13 @@ Installation is as simple as it gets as it is a single executable. Download one of the releases, drop your sounds into the /sounds folder and run the executable. # Configuration -TODO, no config yet. Soon ports and other settings will be added. +The configuration is done in the `conf.json` file. +This is the basic json configuration file layout: +```json +{ + "Port": 8082 +} +``` # Usage Drop your sounds into the /sounds. You can play them by sending a GET request to the /v1/play endpoint.