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.

9 lines
205 B

  1. {
  2. "PORT": 8000,
  3. "SESSION_SECRET": "random-data-to-seed-session-data",
  4. "SQL_HOST": "sql-hostname",
  5. "SQL_DATABASE": "sql-database-name",
  6. "SQL_USER": "sql-user",
  7. "SQL_PASSWORD": "sql-password"
  8. }