8 lines
No EOL
177 B
Text
8 lines
No EOL
177 B
Text
# Port on which the app runs
|
|
PORT=3000
|
|
|
|
# Hostname for the server
|
|
HOSTNAME=0.0.0.0
|
|
|
|
# Optional: Polling interval for status checks (in milliseconds)
|
|
# STATUS_POLL_INTERVAL=30000 |