fix goodwood

This commit is contained in:
beo3000 2026-01-11 15:17:21 +01:00
parent 799474e9b9
commit 55d3357683
3 changed files with 7 additions and 7 deletions

View File

@ -250,7 +250,7 @@
@* Copyright Footer *@ @* Copyright Footer *@
<MudStack Row Justify="Justify.Center" AlignItems="AlignItems.Center" Spacing="4" Class="mt-6"> <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="/about" Typo="Typo.caption" Color="Color.Secondary">Über uns</MudLink>
<MudLink Href="/impressum" Typo="Typo.caption" Color="Color.Secondary">Impressum</MudLink> <MudLink Href="/impressum" Typo="Typo.caption" Color="Color.Secondary">Impressum</MudLink>
<MudLink Href="/datenschutz" Typo="Typo.caption" Color="Color.Secondary">Datenschutz</MudLink> <MudLink Href="/datenschutz" Typo="Typo.caption" Color="Color.Secondary">Datenschutz</MudLink>

View File

@ -6,8 +6,8 @@
"EnableSeeding": true, "EnableSeeding": true,
"CreateDefaultClub": true, "CreateDefaultClub": true,
"SuperAdmin": { "SuperAdmin": {
"Email": "ch@koogle.de", "Email": "ch@goodwood.de",
"UserName": "ch@koogle.de", "UserName": "ch@goodwood.de",
"Password": "DEV_only3000!" "Password": "DEV_only3000!"
}, },
"DefaultClub": { "DefaultClub": {
@ -15,7 +15,7 @@
}, },
"Demo": { "Demo": {
"Enabled": true, "Enabled": true,
"Email": "demo@koogle.de", "Email": "demo@goodwood.de",
"Password": "Demo123!", "Password": "Demo123!",
"ClubName": "Demo Club", "ClubName": "Demo Club",
"LoginName": "demo" "LoginName": "demo"

View File

@ -34,11 +34,11 @@
"SmtpSettings": { "SmtpSettings": {
"Host": "smtp.ionos.de", "Host": "smtp.ionos.de",
"Port": 587, "Port": 587,
"Username": "koogle@straso.com", "Username": "goodwood@straso.com",
"Password": "bX3MrtX2ps95&pZodh&Ui0JlWL&oA&", "Password": "bX3MrtX2ps95&pZodh&Ui0JlWL&oA&",
"UseSsl": true, "UseSsl": true,
"DefaultSenderEmail": "koogle@straso.com", "DefaultSenderEmail": "goodwood@straso.com",
"DefaultSenderName": "KOOGLE", "DefaultSenderName": "GoodWood",
"Enabled": true "Enabled": true
} }
} }