mirror of
https://github.com/YunoHost-Apps/superset_ynh.git
synced 2024-09-03 20:26:31 +02:00
Avoid multiple permissions sharing the same path
This commit is contained in:
parent
efe7e7d551
commit
bc18e9ac46
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ ram.runtime = "500M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
admin.url = "/"
|
admin.show_tile = false
|
||||||
alpha.url = "/"
|
alpha.show_tile = false
|
||||||
gamma.url = "/"
|
gamma.show_tile = false
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue