Add skill import functionality and update database configuration

This commit is contained in:
2025-03-12 15:48:06 +01:00
parent b5699bd7c2
commit 7947b2090a
8 changed files with 106 additions and 38 deletions

View File

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