mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-05 11:41:32 +00:00
🚑Remove base path variable
This commit is contained in:
parent
df72178cf0
commit
adba1933af
2 changed files with 0 additions and 2 deletions
|
@ -9,5 +9,4 @@ pm.min_spare_servers = 2
|
||||||
pm.max_spare_servers = 5
|
pm.max_spare_servers = 5
|
||||||
pm.max_requests = 1024
|
pm.max_requests = 1024
|
||||||
clear_env = no
|
clear_env = no
|
||||||
env[GROCY_BASE_PATH] = '/'
|
|
||||||
env[GROCY_BASE_URL] = '%%ingress_entry%%'
|
env[GROCY_BASE_URL] = '%%ingress_entry%%'
|
||||||
|
|
|
@ -9,4 +9,3 @@ pm.min_spare_servers = 2
|
||||||
pm.max_spare_servers = 5
|
pm.max_spare_servers = 5
|
||||||
pm.max_requests = 1024
|
pm.max_requests = 1024
|
||||||
clear_env = no
|
clear_env = no
|
||||||
env[GROCY_BASE_PATH] = '/'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue