From 52f45b85ae09b5ceb807af0c86b18b698b9e8666 Mon Sep 17 00:00:00 2001 From: kmaxi Date: Wed, 9 Oct 2024 21:26:32 +0200 Subject: [PATCH] Fixed .ini files to say database instead of name --- Models/Api/LineReporting/DbInfo.ini | 4 ++-- Models/Api/PremiumAuthenticator/DbInfo.ini | 2 +- Models/Api/UsageAnalysis/DbInfo.ini | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Models/Api/LineReporting/DbInfo.ini b/Models/Api/LineReporting/DbInfo.ini index 8d21b9a..d30bfb5 100644 --- a/Models/Api/LineReporting/DbInfo.ini +++ b/Models/Api/LineReporting/DbInfo.ini @@ -1,4 +1,4 @@ host=api -name=api +database=api username=vowuser -password=password +password=password \ No newline at end of file diff --git a/Models/Api/PremiumAuthenticator/DbInfo.ini b/Models/Api/PremiumAuthenticator/DbInfo.ini index f61b457..d30bfb5 100644 --- a/Models/Api/PremiumAuthenticator/DbInfo.ini +++ b/Models/Api/PremiumAuthenticator/DbInfo.ini @@ -1,4 +1,4 @@ host=api database=api username=vowuser -password=password +password=password \ No newline at end of file diff --git a/Models/Api/UsageAnalysis/DbInfo.ini b/Models/Api/UsageAnalysis/DbInfo.ini index 8d21b9a..d30bfb5 100644 --- a/Models/Api/UsageAnalysis/DbInfo.ini +++ b/Models/Api/UsageAnalysis/DbInfo.ini @@ -1,4 +1,4 @@ host=api -name=api +database=api username=vowuser -password=password +password=password \ No newline at end of file