# ---------------------------------------------------------------------------
# Instaflow Node runtime — SAME keys as your WaDesk node/.env
# ---------------------------------------------------------------------------

# The port THIS node worker listens on (WaDesk: PORT). Any free port.
PORT=

# This node's own URL (self, on the port above). WaDesk: DOMAIN_NAME.
DOMAIN_NAME=ht
# YOUR LARAVEL WEBSITE URL — what you type in the browser to open Instaflow.
# This is NOT the node port. WaDesk: APP_DOMAIN_NAME.
# e.g. http://62.72.30.165:8008   or   https://your-instaflow-domain.com
APP_DOMAIN_NAME=
# Shared secret between Node and Laravel (X-Node-Token).
# Put this SAME value in: admin -> Instagram settings -> Node token.
NODE_WEBHOOK_TOKEN=

# Logs. Default = ON (you want to watch the worker). Set to "off" to run quiet.
INSTAFLOW_LOGS=on
