Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
357 B

  1. {
  2. "PORT": 8000,
  3. "SESSION_SECRET": "random-data-to-seed-session-data",
  4. "SQL_HOST": "localhost",
  5. "SQL_DATABASE": "jrtechs_blog",
  6. "SQL_USER": "root",
  7. "SQL_PASSWORD": "password",
  8. "CAPTCHA_SECRET": "captcha-secret",
  9. "GMAIL_ACCOUNT": "email@gmail.com",
  10. "EMAIL_PASSWORD": "email-password",
  11. "DESTINATION_EMAIL": "destination email address"
  12. }