Software /
code /
prosody
Comparison
spec/scansion/prosody.cfg.lua @ 11716:30f1e826cc95
scansion tests: Enable 'expose_publisher' since we test for it
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 25 Jul 2021 13:52:52 +0200 |
parent | 11667:7417e61dfbe1 |
child | 12116:efcf25ad5406 |
comparison
equal
deleted
inserted
replaced
11715:ddd6e21e58bf | 11716:30f1e826cc95 |
---|---|
132 } | 132 } |
133 | 133 |
134 | 134 |
135 Component "pubsub.localhost" "pubsub" | 135 Component "pubsub.localhost" "pubsub" |
136 storage = "memory" | 136 storage = "memory" |
137 expose_publisher = true | |
137 | 138 |
138 Component "upload.localhost" "http_file_share" | 139 Component "upload.localhost" "http_file_share" |
139 http_file_share_size_limit = 10000000 | 140 http_file_share_size_limit = 10000000 |
140 http_file_share_allowed_file_types = { "text/plain", "image/*" } | 141 http_file_share_allowed_file_types = { "text/plain", "image/*" } |