9 lines
344 B
Plaintext
9 lines
344 B
Plaintext
# Tor-specific environment variables
|
|
# Using relative URLs for maximum compatibility
|
|
NEXT_PUBLIC_API_URL=/api
|
|
# Flag to indicate we're running in Tor mode
|
|
NEXT_PUBLIC_TOR_MODE=true
|
|
# Force relative URLs for internal API communication
|
|
SERVER_API_URL=http://localhost:3000/api
|
|
# Disable HTTPS for internal container communication
|
|
USE_HTTPS=false |