mirror of https://github.com/kern/filepizza
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
434 B
Plaintext
18 lines
434 B
Plaintext
# FilePizza Environment Variables
|
|
EXTERNAL_IP=
|
|
TURN_SECRET=your_secure_turn_secret
|
|
NODE_ENV=production
|
|
|
|
# Host Configuration
|
|
HOST_DOMAIN=filepizza.example.com
|
|
|
|
# PeerJS URL and Redis PORT
|
|
# REDIS_PORT=6379
|
|
# PEERJS_SERVERS=peerjs.mydomain:9000
|
|
|
|
# CORS Configuration
|
|
API_ORIGINS=https://filepizza.example.com,https://myapp.example.com,http://localhost:8081
|
|
|
|
# Cloudflare Tunnel Configuration
|
|
CLOUDFLARE_API_KEY=your_cloudflare_api_key
|