cfg/example/example.jsonc

19 lines
308 B
Plaintext
Raw Normal View History

{
// User's address
"address": {
"country": "USA",
"phone": "123-456-7890",
"state": "MT",
"street": "123",
"zip": "12345"
},
// Admins for foobar
"admins": [
"jolheiser",
"admin"
],
"email": "jolheiser@example.com",
"home": "/home/jolheiser",
"username": "jolheiser" // User's name
}