1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-10 00:43:36 +02:00
pocketbase/ui/.env

11 lines
582 B
Bash
Raw Normal View History

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"
2022-11-18 23:32:59 +02:00
PB_OAUTH2_EXAMPLE = "https://pocketbase.io/docs/authentication/#web-oauth2-integration"
PB_RULES_SYNTAX_DOCS = "https://pocketbase.io/docs/api-rules-and-filters/"
PB_FILE_UPLOAD_DOCS = "https://pocketbase.io/docs/files-handling/"
PB_JS_SDK_URL = "https://github.com/pocketbase/js-sdk"
PB_DART_SDK_URL = "https://github.com/pocketbase/dart-sdk"
2022-10-30 10:28:14 +02:00
PB_RELEASES = "https://github.com/pocketbase/pocketbase/releases"
2022-12-16 13:09:03 +02:00
PB_VERSION = "v0.10.0"