Fixing setting
This commit is contained in:
parent
45d728410f
commit
0eb5269b9d
2 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue