update copy

This commit is contained in:
2025-08-06 00:28:36 +02:00
parent 7947b2090a
commit 945c686f15
4 changed files with 193 additions and 64 deletions

View File

@@ -88,7 +88,7 @@ mailer:
# Database Configuration
database:
# Database connection URI
uri: {{ get_env(name="DATABASE_URL", default="sqlite://./database.db") }}
uri: {{ get_env(name="DATABASE_URL", default="sqlite://./database.db?mode=rwc") }}
# When enabled, the sql query will be logged.
enable_logging: false
# Set the timeout duration when acquiring a connection.