From c1743c3be86476212303c196d864eb64a94b12df Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Sat, 27 Jan 2024 23:39:12 +0100 Subject: [PATCH] Typo --- conf/config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.properties b/conf/config.properties index 7594887..3aa55c7 100644 --- a/conf/config.properties +++ b/conf/config.properties @@ -84,7 +84,7 @@ hibernate.connection.url:jdbc:postgresql://postgres:5432/__DB_NAME__ hibernate.connection.driver_class:org.postgresql.Driver hibernate.dialect:org.hibernate.dialect.PostgreSQLDialect hibernate.connection.username:__DB_USER__ -hibernate.connection.password:__DB_PASS__ +hibernate.connection.password:__DB_PWD__ # Frontend configuration #frontend.statusPageUrl:https://kavin.rocks