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

NameDescription
SLACK_APP_TOKENApp-Level Token with the connections:write scope. Used to authenticate the WebSocket connection (found under Basic Information > App-Level Tokens).
SLACK_BOT_TOKENBot User OAuth Token (found under OAuth & Permissions).
SLACK_SIGNING_SECRETSigning Secret (found under Basic Information > App Credentials).
DATABASE_USERNAMEPostgreSQL username.
DATABASE_PASSWORDPostgreSQL password.
DATABASE_NAMEPostgreSQL database name.
DATABASE_HOSTPostgreSQL hostname.