forked from cadence/out-of-your-element
Let anybody run tests
This commit is contained in:
parent
ac40c54e40
commit
d0ac5b58a7
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ reg.ooye.server_name = "cadence.moe"
|
||||||
reg.id = "baby"
|
reg.id = "baby"
|
||||||
reg.as_token = "don't actually take authenticated actions on the server"
|
reg.as_token = "don't actually take authenticated actions on the server"
|
||||||
reg.hs_token = "don't actually take authenticated actions on the server"
|
reg.hs_token = "don't actually take authenticated actions on the server"
|
||||||
|
reg.namespaces = {
|
||||||
|
users: [{regex: "@_ooye_.*:cadence.moe", exclusive: true}],
|
||||||
|
aliases: [{regex: "#_ooye_.*:cadence.moe", exclusive: true}]
|
||||||
|
}
|
||||||
reg.ooye.bridge_origin = "https://bridge.example.org"
|
reg.ooye.bridge_origin = "https://bridge.example.org"
|
||||||
|
|
||||||
const sync = new HeatSync({watchFS: false})
|
const sync = new HeatSync({watchFS: false})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue