del user.json

This commit is contained in:
grant-kun 2022-10-07 13:53:21 -05:00
parent bc5a6753c8
commit de182b9c30
2 changed files with 12 additions and 1 deletions

2
.gitignore vendored
View file

@ -2,7 +2,7 @@ node_modules/
/package-lock.json
json/
json/user.json
certs/

11
json/user.example.json Normal file
View file

@ -0,0 +1,11 @@
[
{
"name": "root",
"hash": "OTVYg/fHYeVbtyrusPl8fV+zQcp1ImjzbP+3Cy+3lk14fl2icYhzlULKtbTpOx4E",
"sudo": true,
"last_login": "",
"alias": "root",
"login_key": "",
"mail": ""
}
]