From 976d26f26975e1407d0456ea316b4be4fb53b9c8 Mon Sep 17 00:00:00 2001 From: muhammedOdeh3600 Date: Thu, 14 May 2026 12:50:13 +0300 Subject: [PATCH] Tring to connect Database, TRY 3 --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 8890125..70524d2 100644 --- a/config.yml +++ b/config.yml @@ -21,7 +21,7 @@ secret-key: # SQLite: file:/path/to/database # PostgreSQL: postgres://user:password@host:port/database # MySQL/MariaDB: mysql://user:password@host:port/database -db-uri: postgresql://maqtaa-admin:1l0v3M@qt@aPr0j3ct@maqtaa-db-postgres-1583c489.hosted.cumin.dev/maqtaa-db +db-uri: postgresql://maqtaa-admin:1l0v3M@qt@aPr0j3ct@maqtaa-db-postgres-1583c489.hosted.cumin.dev:5432/maqtaa-db?sslmode=require # Define the code indexer (either `bleve`, `meilisearch`, or empty for no index). Default: bleve index: bleve