2022-07-06 23:19:05 +02:00
|
|
|
# all environments should start with 'PB_' prefix
|
2022-10-30 10:28:14 +02:00
|
|
|
PB_BACKEND_URL = "../"
|
|
|
|
PB_INSTALLER_PARAM = "installer"
|
|
|
|
PB_OAUTH2_EXAMPLE = "https://pocketbase.io/docs/manage-users/#auth-via-oauth2"
|
|
|
|
PB_RULES_SYNTAX_DOCS = "https://pocketbase.io/docs/manage-collections#rules-filters-syntax"
|
|
|
|
PB_FILE_UPLOAD_DOCS = "https://pocketbase.io/docs/files-handling/#uploading-files"
|
|
|
|
PB_JS_SDK_URL = "https://github.com/pocketbase/js-sdk/tree/rc"
|
|
|
|
PB_DART_SDK_URL = "https://github.com/pocketbase/dart-sdk/tree/rc"
|
|
|
|
PB_RELEASES = "https://github.com/pocketbase/pocketbase/releases"
|
2022-10-31 21:17:10 +02:00
|
|
|
PB_VERSION = "v0.8.0-rc2"
|