Installer
Server Environments
- Create
.env
file in root project for dev test
You can find your project ID in your Dialogflow agent settings https://dialogflow.com/docs/agents#settings
- Create
keys
directory 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 } TELEGRAM_MINI_APP={ Your telegram mini app name like https://t.me/gotois_bot/App } SERVER_APP={ Your server app name like https://archive.gotointeractive.com } SERVER_HOST={ Your server api like https://api.gotointeractive.com }