# WorthDoing.ai # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # File: deploy/ngrok.yml # Description: ngrok tunnel configuration — maps www.worthdoing.ai to the app on port 3001. version: "3" agent: authtoken: ${NGROK_AUTHTOKEN} endpoints: - name: worthdoing-web url: https://www.worthdoing.ai upstream: url: 3001