From 08a76dc42051afbb5c699632f6fa355323445e2a Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 7 Apr 2020 14:45:47 -0400 Subject: [PATCH] Added back example config comment --- config.json.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.json.example b/config.json.example index 0d76f8b..b8a9d79 100644 --- a/config.json.example +++ b/config.json.example @@ -1,4 +1,6 @@ { + // Remove all comments from the config when using it! + "port": 80, "globalSalt": "[global salt (pepper) that is added to every ip before hashing to make it even harder for someone to decode the ip]", "adminUserID": "[the hashed id of the user who can perform admin actions]",