docs: document NEXT_PUBLIC_BASE_URL in .env.example

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-11 12:05:44 +02:00
co-authored by Claude Sonnet 5
parent 1d27d22581
commit f949566f76
+1
View File
@@ -1,2 +1,3 @@
DATABASE_URL="mysql://ombrora:ombrora@localhost:3306/ombrora" DATABASE_URL="mysql://ombrora:ombrora@localhost:3306/ombrora"
STORAGE_PATH="/absolute/path/to/local/storage" STORAGE_PATH="/absolute/path/to/local/storage"
NEXT_PUBLIC_BASE_URL="https://example.com"