shitty ai slop ass dashes

This commit is contained in:
Samidy 2026-03-12 09:37:35 +03:00
parent cb7141341a
commit c165e979f1

View file

@ -1,11 +1,11 @@
# Monochrome Docker Configuration # Monochrome Docker Configuration
# Copy to .env and edit: cp .env.example .env # Copy to .env and edit: cp .env.example .env
# --- Monochrome --- # Monochrome
MONOCHROME_PORT=3000 MONOCHROME_PORT=3000
MONOCHROME_DEV_PORT=5173 MONOCHROME_DEV_PORT=5173
# --- Auth Gate (server-side authentication) --- # Auth Gate (server-side authentication)
# Set AUTH_ENABLED=true to enable the auth gate entirely (login required) # Set AUTH_ENABLED=true to enable the auth gate entirely (login required)
AUTH_ENABLED=false AUTH_ENABLED=false
AUTH_SECRET=change-me-to-a-random-string AUTH_SECRET=change-me-to-a-random-string
@ -18,7 +18,7 @@ APPWRITE_PROJECT_ID=auth-for-monochrome
# POCKETBASE_URL=https://monodb.samidy.com # POCKETBASE_URL=https://monodb.samidy.com
# SESSION_MAX_AGE=604800000 # 7 days in ms (default) # SESSION_MAX_AGE=604800000 # 7 days in ms (default)
# --- PocketBase (only used with --profile pocketbase) --- # PocketBase (only used with --profile pocketbase)
POCKETBASE_PORT=8090 POCKETBASE_PORT=8090
PB_ADMIN_EMAIL=admin@example.com PB_ADMIN_EMAIL=admin@example.com
PB_ADMIN_PASSWORD=changeme PB_ADMIN_PASSWORD=changeme