Added config file.

This commit is contained in:
Ajay Ramachandran
2019-09-04 13:18:47 -04:00
parent b4c3edcd59
commit 347ae87b12
3 changed files with 15 additions and 7 deletions

5
config.json.example Normal file
View File

@@ -0,0 +1,5 @@
{
"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]",
"behindProxy": true
}