mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
hotfix day #70
This commit is contained in:
+4
-4
@@ -1,5 +1,5 @@
|
||||
# Application
|
||||
APP_NAME=FotbalClub
|
||||
APP_NAME=MyClub
|
||||
APP_ENV=development
|
||||
PORT=8080
|
||||
DEBUG=true
|
||||
@@ -26,7 +26,7 @@ SMTP_PORT=587
|
||||
SMTP_USER=your_email@example.com
|
||||
SMTP_PASSWORD=your_email_password
|
||||
SMTP_FROM=noreply@fotbalclub.com
|
||||
SMTP_FROM_NAME="Fotbal Club"
|
||||
SMTP_FROM_NAME="MyClub"
|
||||
SMTP_ENCRYPTION=tls # tls, ssl, or none
|
||||
SMTP_AUTH=true
|
||||
SMTP_SKIP_VERIFY=false # Set to true for self-signed certificates
|
||||
@@ -88,10 +88,10 @@ OPENROUTER_MODEL=mistralai/mistral-small-3.2-24b-instruct:free
|
||||
OPENROUTER_FALLBACK_MODEL=mistralai/mistral-nemo:free
|
||||
# Optional headers to identify your site/app to OpenRouter
|
||||
OPENROUTER_SITE_URL=http://localhost:8080
|
||||
OPENROUTER_APP_NAME=Fotbal Club Manager
|
||||
OPENROUTER_APP_NAME=MyClub
|
||||
|
||||
# Umami Analytics
|
||||
UMAMI_URL=https://umami.tdvorak.dev
|
||||
UMAMI_USERNAME=admin
|
||||
UMAMI_PASSWORD=eevRQ6h3G@!c#y4A1T
|
||||
UMAMI_WEBSITE_ID= # Leave empty for auto-create on production deployment
|
||||
UMAMI_WEBSITE_ID=
|
||||
|
||||
Reference in New Issue
Block a user