mirror of
https://github.com/jesperh1/nodebb-matrix-bridge
synced 2025-06-06 19:38:43 +01:00
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
export const config = {
|
|
MATRIX_ACCESS_TOKEN: "",
|
|
HOMESERVER_URL: "https://matrix.org",
|
|
ROOM_ID: "",
|
|
USER_ID: "@forum-bot:matrix.org",
|
|
DB_PATH: "./topics.db",
|
|
FORUM_BASE_URL: "https://nodebbforum.com",
|
|
} |