Skip to content

Commit

Permalink
Fixed .ini files to say database instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaxii committed Oct 9, 2024
1 parent e268ea3 commit 52f45b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Models/Api/LineReporting/DbInfo.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
host=api
name=api
database=api
username=vowuser
password=password
password=password
2 changes: 1 addition & 1 deletion Models/Api/PremiumAuthenticator/DbInfo.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
host=api
database=api
username=vowuser
password=password
password=password
4 changes: 2 additions & 2 deletions Models/Api/UsageAnalysis/DbInfo.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
host=api
name=api
database=api
username=vowuser
password=password
password=password

0 comments on commit 52f45b8

Please sign in to comment.