You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start the bundled PocketBase process; set to false to use an external instance
PB_BINARY_PATH
No
-
Path to PocketBase binary (default: pocketbase/pocketbase)
PORT
No
3000
HTTP port for the backend server
ENVIRONMENT
No
production
Set to dev for development-only behavior
Development-only Cache
Name
Required
Default Value
Description
USE_LOCAL_FEED_CACHE
No
false
Use process-local feed variables instead of Redis. Only honored when ENVIRONMENT=dev; not recommended for production because cache is lost on restart and is not shared between processes.
Authentication
Name
Required
Default Value
Description
PB_ADMIN_EMAIL
Yes
default@dashwise.local
Email of the PocketBase admin user
PB_ADMIN_PASSWORD
Yes
DashwiseIsAwesome
Password of the PocketBase admin user
URLs
Name
Required
Default Value
Description
NEXT_PUBLIC_APP_URL / APP_BASE_URL
No
http://localhost:3000
Public URL of the application
NEXT_PUBLIC_BACKEND_URL
No
-
Backend URL for frontend API calls (fallback: window.location.origin in production)
DASHWISE_URL
No
-
Internal Dashwise URL for jobs container communication