adjust test database name

This commit is contained in:
Ulf Gebhardt 2021-10-21 23:17:05 +02:00
parent 976e8ffbed
commit 5268d6b7b4
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -17,7 +17,7 @@ phpServer.host = nginx
loginServer.path = http://localhost/account
loginServer.default_locale = de
loginServer.db.host = mariadb
loginServer.db.name = gradido_login_test
loginServer.db.name = gradido_community
loginServer.db.user = root
loginServer.db.password =
loginServer.db.port = 3306