1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-27 07:18:15 +02:00
pocketbase/ui/.env

8 lines
353 B
Bash
Raw Normal View History

2022-07-07 00:19:05 +03:00
# all environments should start with 'PB_' prefix
2022-08-09 16:16:09 +03:00
PB_BACKEND_URL = "../"
PB_PROFILE_COLLECTION = "profiles"
PB_INSTALLER_PARAM = "installer"
PB_RULES_SYNTAX_DOCS = "https://pocketbase.io/docs/manage-collections#rules-filters-syntax"
2022-08-09 16:16:09 +03:00
PB_RELEASES = "https://github.com/pocketbase/pocketbase/releases"
2022-09-07 20:31:05 +03:00
PB_VERSION = "v0.7.0"