Skip to content
Extraits de code Groupes Projets
Valider b715e647 rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Merge branch 'develop' of ssh://github.com/Half-Shot/matrix-appservice-discord into develop

parents 7d607b4d 35746c17
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -24,9 +24,9 @@ Please also be aware that this is an unoffical project worked on in my (Half-Sho
### Setup the bridge
* Run ``npm install`` to grab the dependencies.
* Run ``npm build`` to build the typescript.
* Run ``npm run-script build`` to build the typescript.
* Copy ``config/config.sample.yaml`` to ``config.yaml`` and edit it to reflect your setup.
* Run ``node build/discordas.js -r -u "http://localhost:9005" -c config.yaml``
* Run ``node build/src/discordas.js -r -u "http://localhost:9005/" -c config.yaml``
* Modify your HSs appservices config so that it includes the generated file.
#### 3PID Protocol Support
......
bridge:
domain: localhost
homeserverUrl: http://localhost:8008
domain: "localhost"
homeserverUrl: "http://localhost:8008"
auth:
clientID: 12345 # Get from discord
secret: blah
botToken: foobar
clientID: "12345" # Get from discord
secret: "blah"
botToken: "foobar"
logging:
level: "warn" #silly, verbose, info, http, warn, error
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter