Hosting
Services
Hybridilusmu uses PostgreSQL database for persistence. Currently we are developing on version 14.7 but any fairly recent version should work.
Server Configuration
The environment variables below are required
Name | Description |
---|---|
SLACK_APP_TOKEN | App-Level Token with the connections:write scope. Used to authenticate the WebSocket connection (found under Basic Information > App-Level Tokens). |
SLACK_BOT_TOKEN | Bot User OAuth Token (found under OAuth & Permissions). |
SLACK_SIGNING_SECRET | Signing Secret (found under Basic Information > App Credentials). |
DATABASE_USERNAME | PostgreSQL username. |
DATABASE_PASSWORD | PostgreSQL password. |
DATABASE_NAME | PostgreSQL database name. |
DATABASE_HOST | PostgreSQL hostname. |