From 478bbf552995520d86bf574e3a796c55d1ec194b Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Tue, 23 Apr 2024 16:58:36 +0200 Subject: [PATCH] Update README --- docs/ERD/README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ERD/README.md b/docs/ERD/README.md index 699d223..87ef55b 100644 --- a/docs/ERD/README.md +++ b/docs/ERD/README.md @@ -73,7 +73,7 @@ flowchart TD F --> P{Update metadata} G --> P ``` -The job not process by default because if you don't have the correct settings set (SMTP, PushOver, Telegram), you might enter in a loop with error and you can be blocked or banned from the external services. +cron job are not process by default because if you don't have the correct settings set (SMTP, PushOver, Telegram), you might enter in a loop with error and you could be blocked or banned from the external services. Therefor by default they are no active job as it require external configuration settings (SMTP, PushOver, Telegram). To activate all cron.job run the following SQL command: diff --git a/docs/README.md b/docs/README.md index fb27ba8..90990f9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -127,7 +127,7 @@ UPDATE app_settings WHERE name = 'app.email_server'; ``` -As it is all about SQL, [Read more](https://github.com/xbgmsharp/postgsail/docs/ERD/README) about the database and explore your data. +As it is all about SQL, [Read more](https://github.com/xbgmsharp/postgsail/blob/main/docs/ERD/README.md) about the database and explore your data. ### Ingest data