From 6c5690a2f3054677c822c7d90b4e9851ab02d536 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 31 Aug 2021 17:50:38 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index b0dcb0e..8ad5f72 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,5 +1,5 @@ { - "url": "https://http://127.0.0.1:__PORT__", + "url": "http://127.0.0.1:__PORT__", "secret": "__SECRET__", "port": "__PORT__", "database": "redis",