7 lines
374 B
Bash
7 lines
374 B
Bash
API_BASE_URL=<your directus API url>
|
|
BEARER_TOKEN=<your bearer token>
|
|
MATRIX_HOMESERVER=https://matrix.example.com
|
|
MATRIX_USER=@marketplacebaybot:matrix.example.com
|
|
MATRIX_PASSWORD=MyBotPassowrd
|
|
ALLOWED_ROOMS=#marketplacebay:matrix.example.com,#anotherroom:matrix.example.com,!sjahdfg2343646511:matrix.example.com # room IDs starting with ! are the internal IDs of the room
|