@meese-os/website
Version:
meeseOS, implemented in OS.js
19 lines (18 loc) • 519 B
JSON
{
"meeseOS_users": {
"admin": {
"password": "adminPassword",
"groups": ["admin"]
},
"user": {
"password": "userPassword",
"groups": ["user"]
}
},
// Randomly generate these:
// node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
"SESSION_SECRET": "thiswouldbenefitfrombeingrandomlygenerated",
"JWT_SECRET": "youshouldprobablyrandomlygeneratethis",
"JWT_REFRESH": "youshoulddefinitelyrandomlygeneratethisaswell",
"XTERM_HOSTNAME": "localhost"
}