mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
dev day #79
This commit is contained in:
+4
-4
@@ -81,7 +81,7 @@ LOG_OUTPUT=stdout # stdout, stderr, or file path
|
||||
# Get a key at https://openrouter.ai
|
||||
# Do not commit real keys. Set in deployment environment.
|
||||
# Example key format: sk-or-v1-********************************
|
||||
OPENROUTER_API_KEY=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
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
||||
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
|
||||
# Defaults can be overridden per environment
|
||||
OPENROUTER_MODEL=mistralai/mistral-small-3.2-24b-instruct:free
|
||||
@@ -91,7 +91,7 @@ OPENROUTER_SITE_URL=http://localhost:8080
|
||||
OPENROUTER_APP_NAME=MyClub
|
||||
|
||||
# Umami Analytics
|
||||
UMAMI_URL=https://umami.tdvorak.dev
|
||||
UMAMI_USERNAME=admin
|
||||
UMAMI_PASSWORD=eevRQ6h3G@!c#y4A1T
|
||||
UMAMI_URL=https://your-umami-instance.com
|
||||
UMAMI_USERNAME=your_username
|
||||
UMAMI_PASSWORD=your_password
|
||||
UMAMI_WEBSITE_ID=
|
||||
|
||||
Reference in New Issue
Block a user