Adds people to immutable config

This commit is contained in:
Nemo 2018-04-09 01:53:04 +05:30
parent 36c04c5ad3
commit 1be61eadae
1 changed files with 24 additions and 3 deletions

View File

@ -4,7 +4,10 @@
"pathString": "/files", "pathString": "/files",
"userName": [ "userName": [
"reddit", "reddit",
"tatooine" "tatooine",
"sankalp",
"riccu",
"pratyush"
] ]
} }
], ],
@ -13,7 +16,10 @@
"pathString": "/comics", "pathString": "/comics",
"userName": [ "userName": [
"reddit", "reddit",
"tatooine" "tatooine",
"sankalp",
"riccu",
"pratyush"
] ]
} }
], ],
@ -22,7 +28,10 @@
"pathString": "/books", "pathString": "/books",
"userName": [ "userName": [
"reddit", "reddit",
"tatooine" "tatooine",
"sankalp",
"riccu",
"pratyush"
] ]
} }
], ],
@ -34,6 +43,18 @@
{ {
"name": "tatooine", "name": "tatooine",
"passwordHash": "ca0c540641a9e34c47cbd1866443ca181202aaa422fcc5ad4cbf75095aab7da0" "passwordHash": "ca0c540641a9e34c47cbd1866443ca181202aaa422fcc5ad4cbf75095aab7da0"
},
{
"name": "riccu",
"passwordHash": "ff66d15e21624763cb2d65a21a7aa275ae65219d6f5ed0e5c5583c9be2fc3b12"
},
{
"name": "sankalp",
"passwordHash": "b3c219dffa8a379c4daaed75c63141ebefa2a6f0a872e9cd7f328ad6511fb863"
},
{
"name": "pratyush",
"passwordHash": "e63af1a184949abfd3666ef2c60c462191619fdcefadf9021a5d24f236d302fe"
} }
], ],
"isFilesProviderEnabled": true, "isFilesProviderEnabled": true,