2019-10-27 13:35:33 +01:00
|
|
|
## Topic Configuration
|
|
|
|
|
mineseeker_topic:
|
|
|
|
|
channel: mineseeker/channel/{game}
|
2026-04-09 12:10:37 +02:00
|
|
|
callback: 'mineseeker.topic'
|
2019-10-27 13:35:33 +01:00
|
|
|
# requirements:
|
|
|
|
|
# method:
|
|
|
|
|
# path: '[a-z1-9A-Z]+'
|
|
|
|
|
|
|
|
|
|
# Remote Procedure Call Configuration
|
|
|
|
|
mineseeker_rpc:
|
|
|
|
|
channel: mineseeker-rpc/{method}
|
2026-04-09 12:10:37 +02:00
|
|
|
callback: 'mineseeker.rpc'
|
2019-10-27 13:35:33 +01:00
|
|
|
requirements:
|
2026-04-09 12:10:37 +02:00
|
|
|
method: "[a-zA-Z_]+"
|