summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sparky/appconfig/users.config20
1 files changed, 20 insertions, 0 deletions
diff --git a/sparky/appconfig/users.config b/sparky/appconfig/users.config
new file mode 100644
index 0000000..ce69e88
--- /dev/null
+++ b/sparky/appconfig/users.config
@@ -0,0 +1,20 @@
+[{
+ "orgId": null,
+ "managerId": null,
+ "firstName": "Demo",
+ "middleInitial": null,
+ "lastName": "User",
+ "phone": null,
+ "email": "demo@email.com",
+ "hrid": null,
+ "orgUserId": "demo",
+ "orgCode": null,
+ "orgManagerUserId": null,
+ "jobTitle": null,
+ "loginId": "demo",
+ "active": false,
+ "roles": [{
+ "id": 1,
+ "name": "View"
+ }]
+}] \ No newline at end of file