1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-05-14 17:29:00 +02:00
parent d4650b95ef
commit da00938703

View file

@ -51,14 +51,14 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
main.add_url = ["/webmin"] main.add_url = "/webmin"
api.url = "/bma" api.url = "/bma"
api.additional_urls = "/ws2p" api.additional_urls = ["/ws2p"]
api.auth_header = false api.auth_header = false
api.allowed = "visitors" api.allowed = "visitors"
apis.url = "/bma" apis.url = "/bma"
apis.additional_urls = "/ws2p" apis.additional_urls = ["/ws2p"]
apis.auth_header = false apis.auth_header = false
apis.allowed = "visitors" apis.allowed = "visitors"