paqmind.minimal
v0.1.1
Published
``` $ git clone https://github.com/Paqmind/minimal minimal $ cd minimal $ npm install $ npm start $ HTTP_PORT=3030 npm start ```
Downloads
2
Readme
$ git clone https://github.com/Paqmind/minimal minimal
$ cd minimal
$ npm install
$ npm start
$ HTTP_PORT=3030 npm start
// ./config.js example
export default {
// HTTP
HTTP_PORT: 3030,
// SMTP
SMTP_HOST: "smtp.yandex.ru",
SMTP_USERNAME: "[email protected]",
SMTP_PASSWORD: "xxx",
SMTP_PORT: 465,
SMTP_SSL: true,
// MAILS
MAIL_ROBOT: "[email protected]",
MAIL_SUPPORT: "[email protected]",
};