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