Fixing setting

This commit is contained in:
Axel 2021-12-19 22:24:50 +01:00
parent 45d728410f
commit 0eb5269b9d
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ I rewrote a couple of things today to make sure the script still works.
* install Javascript dependencies: `cd ./web && npm install`
* compile the Javascript sources: `cd ./web && npx mix --production`
* create a Database and import the schema from `sql/create.sql`
* create your own `.env` file: `cp .env.example .env` and adapt it to your needs
* create your own `.env` file: `cp env.example .env` and adapt it to your needs
* create a webserver vhost with document root to the `web` directory
* add tasks and contacts into the database (no backend yet)
* run the script: `perl monitolite.pl`

View file

@ -7,7 +7,7 @@ DB_PORT=3306
SMTP_HOST=localhost
SMTP_USER=
SMTP_PASSWORD=
SMTP_PORT=80
SMTP_PORT=25
SMTP_SSL=1
MAIL_FROM=axel@monitolite.fr
NB_TRIES=3