mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix ssowat config
This commit is contained in:
parent
ad04c33cbf
commit
56886bb6a0
1 changed files with 1 additions and 1 deletions
|
@ -1194,7 +1194,7 @@ def app_ssowatconf():
|
||||||
"label": "Core permissions - skipped",
|
"label": "Core permissions - skipped",
|
||||||
"show_tile": False,
|
"show_tile": False,
|
||||||
"auth_header": False,
|
"auth_header": False,
|
||||||
"protected": False,
|
"public": False,
|
||||||
"uris": [
|
"uris": [
|
||||||
[domain + '/yunohost/admin' for domain in domains] + \
|
[domain + '/yunohost/admin' for domain in domains] + \
|
||||||
[domain + '/yunohost/api' for domain in domains] + [
|
[domain + '/yunohost/api' for domain in domains] + [
|
||||||
|
|
Loading…
Add table
Reference in a new issue