9 lines
289 B
Plaintext
9 lines
289 B
Plaintext
{
|
|
"_comment" : "REMEMBER: have commas ending each line except the last!",
|
|
"_format" : "Format is 'user':{'pass':'passwordhash'[,'admin':true]}",
|
|
|
|
"foo":{"pass":"YOURSHA256HASHHERE"},
|
|
"bar":{"pass":"YOURSHA256HASHHERE","admin":true},
|
|
"baz":{"pass":"YOURSHA256HASHHERE","admin":true}
|
|
}
|