fix goodwood
This commit is contained in:
parent
799474e9b9
commit
55d3357683
|
|
@ -250,7 +250,7 @@
|
|||
|
||||
@* Copyright Footer *@
|
||||
<MudStack Row Justify="Justify.Center" AlignItems="AlignItems.Center" Spacing="4" Class="mt-6">
|
||||
<MudText Typo="Typo.caption" Color="Color.Secondary">© 2026 KOOGLE. Alle Rechte vorbehalten.</MudText>
|
||||
<MudText Typo="Typo.caption" Color="Color.Secondary">© 2026 GoodWood. Alle Rechte vorbehalten.</MudText>
|
||||
<MudLink Href="/about" Typo="Typo.caption" Color="Color.Secondary">Über uns</MudLink>
|
||||
<MudLink Href="/impressum" Typo="Typo.caption" Color="Color.Secondary">Impressum</MudLink>
|
||||
<MudLink Href="/datenschutz" Typo="Typo.caption" Color="Color.Secondary">Datenschutz</MudLink>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
"EnableSeeding": true,
|
||||
"CreateDefaultClub": true,
|
||||
"SuperAdmin": {
|
||||
"Email": "ch@koogle.de",
|
||||
"UserName": "ch@koogle.de",
|
||||
"Email": "ch@goodwood.de",
|
||||
"UserName": "ch@goodwood.de",
|
||||
"Password": "DEV_only3000!"
|
||||
},
|
||||
"DefaultClub": {
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"Demo": {
|
||||
"Enabled": true,
|
||||
"Email": "demo@koogle.de",
|
||||
"Email": "demo@goodwood.de",
|
||||
"Password": "Demo123!",
|
||||
"ClubName": "Demo Club",
|
||||
"LoginName": "demo"
|
||||
|
|
|
|||
|
|
@ -34,11 +34,11 @@
|
|||
"SmtpSettings": {
|
||||
"Host": "smtp.ionos.de",
|
||||
"Port": 587,
|
||||
"Username": "koogle@straso.com",
|
||||
"Username": "goodwood@straso.com",
|
||||
"Password": "bX3MrtX2ps95&pZodh&Ui0JlWL&oA&",
|
||||
"UseSsl": true,
|
||||
"DefaultSenderEmail": "koogle@straso.com",
|
||||
"DefaultSenderName": "KOOGLE",
|
||||
"DefaultSenderEmail": "goodwood@straso.com",
|
||||
"DefaultSenderName": "GoodWood",
|
||||
"Enabled": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue