From 44d69394f6fbe6a3b41c7d4a4e99803307d05a25 Mon Sep 17 00:00:00 2001 From: omicron-b Date: Fri, 8 Jan 2021 12:40:57 +0000 Subject: [PATCH] fixed link to #configure-the-server (#181) --- SELF-HOSTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index 451c570..2263d89 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -123,7 +123,7 @@ If after the MySQL-server installation you have not been prompted to create a pa * `pip install cryptography` * `pip install -r requirements.txt` -> You can edit the `yotter-config.json` file. [Check out all the options here](https://github.com/ytorg/Yotter/blob/dev-indep/README.md#configure-the-server) +> You can edit the `yotter-config.json` file. [Check out all the options here](#configure-the-server) 5. Install gunicorn (production web server for Python apps) and pymysql: `pip install gunicorn pymysql`