Installer
Server Environments
- Create
.envfile in root project for dev test
You can find your project ID in your Dialogflow agent settings https://dialogflow.com/docs/agents#settings
- Create
keysdirectory in root. Create google-natural-lang.json (example from Google API)
```text NODE_ENV={ production|development } NGROK_AUTHTOKEN={ Your ngrok token }
TELEGRAM_TOKEN={ Your telegram bot token like 1234567890:AAA-qwertyuiopasdfghjklzxcvbnmqwert } APP_URL={ Your telegram app name like https://archive.gotointeractive.com or https://t.me/gotois_bot/App } SERVER_HOST={ Your server api like https://api.gotointeractive.com }