mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
Merge pull request #16 from YunoHost-Apps/api-permission
Add API permission and allow visitor by default
This commit is contained in:
commit
2d064c545f
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ ram.runtime = "150M"
|
|||
login.url = "/auth/login"
|
||||
login.show_tile = false
|
||||
login.allowed = "all_users"
|
||||
api.url = "/api"
|
||||
api.show_tile = false
|
||||
api.allowed = "visitors"
|
||||
|
||||
[resources.ports]
|
||||
main.default = 8484
|
||||
|
|
Loading…
Reference in a new issue