Commiting decryption/key extraction fixes before major refactor/new version.

This commit is contained in:
unknown
2026-05-22 14:17:37 +02:00
parent 6d004f2a65
commit 12a0035699
5 changed files with 28 additions and 22 deletions

View File

@@ -6,6 +6,10 @@
# Example: CGCX_TELEGRAM__BOT_TOKEN=your_token
# ============================================================================
# Path to the SQLite database file. Relative paths are resolved from the
# current working directory. Both the server and bot MUST use the same file.
database_path = "data/db.sqlite"
# ----------------------------------------------------------------------------
# Content settings
# ----------------------------------------------------------------------------