Add config.js.example

This commit is contained in:
Nikhil Nawgiri 2024-08-25 00:45:37 +02:00
parent b69c8d831c
commit da6881d3bc

5
config.js.example Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
homeserverUrl: "https://example.xyz",
username: "@username:example.xyz",
password: "",
}