From 6e5224fda73142b15ecea010a4146b5d4d425096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Papu=C4=8D=C3=ADk?= Date: Wed, 24 Jul 2024 10:05:21 +0200 Subject: [PATCH] Update config.neon --- config.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.neon b/config.neon index a0eb085..f1fa79b 100644 --- a/config.neon +++ b/config.neon @@ -42,9 +42,9 @@ console: # database connection dibi: - host: 127.0.0.1 - username: root + host: localhost + username: password: - database: test + database: driver: mysqli lazy: true