Let anybody run tests

This commit is contained in:
Cadence Ember 2025-02-16 09:37:21 +13:00
parent ac40c54e40
commit d0ac5b58a7

View file

@ -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})