[#223] change the default prod backend url to relative path to support sub-path deployment
This commit is contained in:
parent
20fe3c8c91
commit
4019ca5f00
2
ui/.env
2
ui/.env
|
@ -1,5 +1,5 @@
|
||||||
# all environments should start with 'PB_' prefix
|
# all environments should start with 'PB_' prefix
|
||||||
PB_BACKEND_URL = /
|
PB_BACKEND_URL = ../
|
||||||
PB_PROFILE_COLLECTION = profiles
|
PB_PROFILE_COLLECTION = profiles
|
||||||
PB_RULES_SYNTAX_DOCS = https://pocketbase.io/docs/manage-collections#rules-filters-syntax
|
PB_RULES_SYNTAX_DOCS = https://pocketbase.io/docs/manage-collections#rules-filters-syntax
|
||||||
PB_INSTALLER_PARAM = installer
|
PB_INSTALLER_PARAM = installer
|
||||||
|
|
Loading…
Reference in New Issue