From c165e979f1dfb8e86c7d74389a6d694a9482df7f Mon Sep 17 00:00:00 2001 From: Samidy Date: Thu, 12 Mar 2026 09:37:35 +0300 Subject: [PATCH] shitty ai slop ass dashes --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index da95031..47a579b 100644 --- a/.env.example +++ b/.env.example @@ -1,11 +1,11 @@ # Monochrome Docker Configuration # Copy to .env and edit: cp .env.example .env -# --- Monochrome --- +# Monochrome MONOCHROME_PORT=3000 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) AUTH_ENABLED=false AUTH_SECRET=change-me-to-a-random-string @@ -18,7 +18,7 @@ APPWRITE_PROJECT_ID=auth-for-monochrome # POCKETBASE_URL=https://monodb.samidy.com # SESSION_MAX_AGE=604800000 # 7 days in ms (default) -# --- PocketBase (only used with --profile pocketbase) --- +# PocketBase (only used with --profile pocketbase) POCKETBASE_PORT=8090 PB_ADMIN_EMAIL=admin@example.com PB_ADMIN_PASSWORD=changeme