renaming env example to make it easier for gh releases

This commit is contained in:
2024-03-17 12:56:02 +01:00
parent c978386ca8
commit 6efe7e5615

7
example.env Normal file
View File

@@ -0,0 +1,7 @@
BOT_TOKEN="<Your bot token>"
DB_USER="postgres"
DB_PASSWORD="<Your db password>"
DB_SERVER="localhost"
DB_PORT=0000
DB_NAME="postgres"
LOG_WEBHOOK=""