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.
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
# FilePizza Environment Variables
|
|
EXTERNAL_IP=
|
|
TURN_SECRET=your_secure_turn_secret
|
|
NODE_ENV=production
|
|
|
|
# Host Configuration
|
|
HOST_DOMAIN=filepizza.example.com
|
|
|
|
# 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
|