Files
luos/config/enviromentvariables.json

12 lines
265 B
JSON
Raw Normal View History

{
"name": "Environment variables",
"description": "Definition of system constants",
"constants": {
"userguest": {
"uid": "00000000000000000000000000000002",
"firstname": "Guest",
"lastname": "Guest",
"username": "guest"
}
}
}