2022-07-07 05:19:05 +08:00
|
|
|
# all environments should start with 'PB_' prefix
|
2022-08-09 21:16:09 +08:00
|
|
|
PB_BACKEND_URL = "../"
|
|
|
|
PB_PROFILE_COLLECTION = "profiles"
|
|
|
|
PB_INSTALLER_PARAM = "installer"
|
2022-08-11 16:33:01 +08:00
|
|
|
PB_RULES_SYNTAX_DOCS = "https://pocketbase.io/docs/manage-collections#rules-filters-syntax"
|
2022-08-09 21:16:09 +08:00
|
|
|
PB_RELEASES = "https://github.com/pocketbase/pocketbase/releases"
|
2022-10-05 03:42:51 +08:00
|
|
|
PB_VERSION = "v0.7.9"
|