From d3c5f9b8d426b8a793dc2a0e22aaa961e8f6f041 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 9 Apr 2022 20:17:29 -0500 Subject: [PATCH] Clear git cache for config folder --- config/database.json | 8 -------- config/email.json | 22 ---------------------- 2 files changed, 30 deletions(-) delete mode 100644 config/database.json delete mode 100644 config/email.json diff --git a/config/database.json b/config/database.json deleted file mode 100644 index dd077d6d..00000000 --- a/config/database.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "host": "localhost", - "user": "", - "pass": "", - "name": "", - "port": 3306, - "usePersistentConnection": true -} \ No newline at end of file diff --git a/config/email.json b/config/email.json deleted file mode 100644 index 224bdb3d..00000000 --- a/config/email.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "enabled": "false", - "smtp": { - "host":"", - "port":"", - "username":"", - "password":"", - "from":"", - "fromName":"", - "useTLS":"true" - }, - "bodyContent": { - "confirmEmail": "Welcome to {SERVERNAME}!\nPlease confirm your email by using the command /verifyemail in-game.\n\nYour verification code is: {VERIFICATIONCODE}", - "emailConfirmed": "Your email has been confirmed on {SERVERNAME}!\nYou may now use this email to reset your password, require two-factor authentication on login, receive offline notifications, and more!", - "twoFactorAuthentication": "Please enter the following code to continue on {SERVERNAME} for {GAMENAME}: {2FACODE}", - "accountAuthSuccessAlert": "You or someone else has successfully logged in to your account on {SERVERNAME} for {GAMENAME}.\n\nIP Address: {IPADDRESS}\nLocation: {LOCATION}\nTimestamp: {TIMESTAMP}\n\nIf you have two-factor authentication enabled (Using /2fa in-game), your account can't be accessed unless a correct 2FA code is entered.", - "accountAuthFailAlert": "You or someone else has failed to login to your account on {SERVERNAME} for {GAMENAME}.\nIP Address: {IPADDRESS}\nLocation: {LOCATION}\nTimestamp: {TIMESTAMP}", - "offlineMessageAlert": "You have received a private message on {SERVERNAME} for {GAMENAME}. \nYou are receiving this notification because you enabled email message notifications when you're not connected to the server.\nFrom: {FROMNAME}\nTimestamp: {TIMESTAMP}\nMessage: {MESSAGE}", - "confirmPasswordReset": "You (or someone else) requested to reset your password on {SERVERNAME}!\nPlease confirm this request by entering the code below into the password reset window in-game.\n\nYour verification code is: {VERIFICATIONCODE}\n\n\nIf you did not request a password reset, then there's nothing to worry about since your password can only be reset with the code above.", - "passwordChanged": "Your password on {SERVERNAME} has been changed successfully!" - } -} \ No newline at end of file