added log webhook support

This commit is contained in:
2024-03-17 12:07:17 +01:00
parent e0badcb7a2
commit cc745d177d
5 changed files with 96 additions and 4 deletions

View File

@@ -3,4 +3,5 @@ DB_USER="postgres"
DB_PASSWORD="<Your db password>"
DB_SERVER="localhost"
DB_PORT=0000
DB_NAME="postgres"
DB_NAME="postgres"
LOG_WEBHOOK=""