add maintenance mode

This commit is contained in:
Abhishek Kumar 2026-02-05 21:20:30 +05:30
parent e8005042e2
commit 50c2c17c5b
3 changed files with 34 additions and 0 deletions

View file

@ -4,3 +4,7 @@ BACKEND_URL=http://localhost:8000
NEXT_PUBLIC_NODE_ENV=development
NEXT_PUBLIC_DEPLOYMENT_MODE: "oss"
NEXT_PUBLIC_AUTH_PROVIDER="local"
# Maintenance Mode
# MAINTENANCE_MODE=true
# MAINTENANCE_MESSAGE="We are currently performing scheduled maintenance. Please check back soon."