mirror of
https://github.com/hotheadhacker/seedbox-lite.git
synced 2025-09-02 00:51:36 +03:00
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
# Production Environment Configuration
|
|
SERVER_PORT=3001
|
|
SERVER_HOST=0.0.0.0
|
|
SERVER_PROTOCOL=https
|
|
VITE_API_BASE_URL=https://api.yourdomain.com
|
|
FRONTEND_URL=https://yourdomain.com
|
|
OPENSUBTITLES_API_URL=https://rest.opensubtitles.org
|
|
SUBTITLE_SEEKER_API_URL=https://api.subtitleseeker.com
|
|
NODE_ENV=production
|