diff --git a/etc/organizers.json b/etc/organizers.json new file mode 100644 index 0000000000000000000000000000000000000000..b2b41ec4b6696d9db0d1363fb61abe1e1610e009 --- /dev/null +++ b/etc/organizers.json @@ -0,0 +1,13 @@ +[{ + "_id": 1, + "email": "martha@mustermann.de", + "firstname": "Martha", + "lastname": "Mustermann", + "password": "secret" +},{ + "_id": 2, + "email": "max@mustermann.de", + "firstname": "Max", + "lastname": "Mustermann", + "password": "secret" +}] \ No newline at end of file