Update database configuration and improve WorshipRender component: Change database connection details to use 'miriamgemeinde' and 'localhost', and enhance conditional rendering in WorshipRender.vue for better handling of event place information.

This commit is contained in:
Torsten Schulz (local)
2025-11-23 00:32:23 +01:00
parent 9c924071f4
commit c390228ed9
3 changed files with 26 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
{
"development": {
"username": "miriam_user",
"username": "miriamgemeinde",
"password": "hitomisan",
"database": "miriamgemeinde",
"host": "tsschulz.de",
"host": "localhost",
"dialect": "mysql"
},
"test": {