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:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"development": {
|
||||
"username": "miriam_user",
|
||||
"username": "miriamgemeinde",
|
||||
"password": "hitomisan",
|
||||
"database": "miriamgemeinde",
|
||||
"host": "tsschulz.de",
|
||||
"host": "localhost",
|
||||
"dialect": "mysql"
|
||||
},
|
||||
"test": {
|
||||
|
||||
Reference in New Issue
Block a user