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.as_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"
|
||||
|
||||
const sync = new HeatSync({watchFS: false})
|
||||
|
|
Loading…
Reference in a new issue