octoblu / endo-slack-bot

Endo Slack Bot API
MIT License
0 stars 2 forks source link

Environment variables needed for deployment in Docker #1

Open asthomasdk opened 6 years ago

asthomasdk commented 6 years ago

Does anyone know what the environment variables for this endo are for Docker deployment?

I can see in the code that there are 3 of them that get checked:

APP_OCTOBLU_HOST
ENDO_SLACK_BOT_SERVICE_URL
ENDO_SLACK_BOT_MANAGER_URL

What is the difference between the service and manager url - are they different services that need to be deployed?

asthomasdk commented 6 years ago

Actually looks like I need to set more env vars:

ENDO_SLACK_BOT_SLACK_AUTH_URL
ENDO_SLACK_BOT_SLACK_CALLBACK_URL
ENDO_SLACK_BOT_SLACK_SCHEMA_URL
ENDO_SLACK_BOT_SLACK_FORM_SCHEMA_URL
ENDO_SLACK_BOT_SLACK_API_URL