diff --git a/.env.example b/.env.example index d27b1d8..a87c2a8 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ DATABASE_URL="mysql://ombrora:ombrora@localhost:3306/ombrora" STORAGE_PATH="/absolute/path/to/local/storage" +NEXT_PUBLIC_BASE_URL="https://example.com"