From 2f7ed2a755f0f7d732d56078d0510318f2af0585 Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Mon, 13 Apr 2020 09:45:13 -0400 Subject: [PATCH] Reset config fields --- public/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config.json b/public/config.json index 339ce29..d3da563 100644 --- a/public/config.json +++ b/public/config.json @@ -1,12 +1,12 @@ { "version": "1.1.0", - "location": "https://hyperspaceapp.herokuapp.com", + "location": "https://hyperspaceapp-next.herokuapp.com", "branding": { "name": "Hyperspace", "logo": "logo.svg", "background": "background.png" }, - "developer": false, + "developer": true, "federation": { "universalLogin": true, "allowPublicPosts": true,