diff --git a/db/groups.db b/db/groups.db deleted file mode 100644 index 518daa4..0000000 Binary files a/db/groups.db and /dev/null differ diff --git a/db/users.db b/db/users.db deleted file mode 100644 index 4dede7e..0000000 Binary files a/db/users.db and /dev/null differ diff --git a/server/config/production.json b/server/config/production.json index 0967ef4..1ad31ab 100644 --- a/server/config/production.json +++ b/server/config/production.json @@ -1 +1,8 @@ -{} +{ + "admin": { + "mail": "James Ketrenos " + }, + "smtp": { + "sender": "Goodtimes " + } +}