From 0eb5269b9d26f45ea2c396de635e06cf1c3b8f63 Mon Sep 17 00:00:00 2001 From: Axel <1597611+axeloz@users.noreply.github.com> Date: Sun, 19 Dec 2021 22:24:50 +0100 Subject: [PATCH] Fixing setting --- README.md | 2 +- .env.example => env.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .env.example => env.example (94%) diff --git a/README.md b/README.md index 609ca04..996bae5 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/.env.example b/env.example similarity index 94% rename from .env.example rename to env.example index 335b942..fe2569e 100755 --- a/.env.example +++ b/env.example @@ -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