Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.21 KB | None | 0 0
  1. {
  2.     "database": {
  3.         "host":"www.polomoto.com",
  4.         "user":"liccb",
  5.         "password": "liccbpassword"
  6.     },
  7.     "email": {
  8.         "host":"smtp.gmail.com",
  9.         "port":587,
  10.         "user":"liccb.mailer@gmail.com",
  11.         "password":"LongIslandCityPassword",
  12.         "body": {
  13.                 "emailConfirmation" : "<h1>LICCB</h1><p>Please click the link below to confirm your email address:<p><a href=${link}>Confirm Email</a>",
  14.                 "editRegistration" : "<h1>LICCB</h1><p>You may edit your registration for the \"${eventName}\" event via the link below.<p><a href=${link}>Edit Registration</a>",
  15.                 "timeChange" : "<h1>LICCB</h1><p>The times for the \"${eventName}\" event have changed from: <br> ${oldTime} <br> to <br> ${newTime} <br> <br> If necessary, please cancel your registration via the link below.<p><a href=${link}>Edit Registration</a>"
  16.                 }
  17.     },
  18.     "keys" : {
  19.         "google": {
  20.             "clientID": "457372784301-ae3a1c02j89bipogt7vl843bsk2khru8.apps.googleusercontent.com",
  21.             "clientSecret": "U3K9OhuyttPGXz5zzLz1FBHA"
  22.         },
  23.         "session": {
  24.             "cookieKey": "thisIsTheCookieKeyUsedToEncrypt"
  25.         }
  26.     }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement