Files
tm_panel/.env.production
T
AmirReza Jamali 274b48007d build: Allow .env.production to be committed
Modify the .gitignore file to explicitly un-ignore the `.env.production` file.

This allows the production environment configuration to be version-controlled, ensuring it is available for build and deployment processes.
2025-09-09 16:57:28 +03:30

3 lines
105 B
Bash

NEXT_PUBLIC_API_URL="https://www.admin.opplens.com/admin/v1/"
NEXT_PUBLIC_TOAST_AUTO_CLOSE_DURATION=2500