Files
luos/config/enviromentvariables.json
jonathan Quispe 4a9c1b2d39 HOR-4861
2018-09-04 15:41:14 -04:00

17 lines
354 B
JSON

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