Files
luos/config/enviromentvariables.json

17 lines
354 B
JSON
Raw Permalink Normal View History

{
"name": "Environment variables",
"description": "Definition of system constants",
"constants": {
"userguest": {
"uid": "00000000000000000000000000000002",
"firstname": "Guest",
"lastname": "Guest",
"username": "guest"
}
2017-09-15 11:54:39 +00:00
},
"validation": {
"pmVariable": {
"regEx": "/^[a-zA-Z\\_]{1}\\w+$/"
}
}
}