cfg/example/example.json

16 lines
251 B
JSON

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