/
githubmirror
/
pocketbase
Обзор
Документация
Войти
/
githubmirror
/
pocketbase
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ui/.env
15 строк
1 KB
Gani Georgiev
[#7782] fixed API preview examples
30 июл 2026, 17:20
30 июл 2026, 17:20
4076537
Код
Авторство
О чём код?
# all environments should start with 'PB_' prefix PB_BACKEND_URL = "../" PB_MFA_DOCS = "https://pocketbase.io/docs/authentication#multi-factor-authentication" PB_OAUTH2_DOCS = "https://pocketbase.io/docs/authentication#authenticate-with-oauth2" PB_RULES_SYNTAX_DOCS = "https://pocketbase.io/docs/api-rules-and-filters" PB_FILE_UPLOAD_DOCS = "https://pocketbase.io/docs/files-handling" PB_PROTECTED_FILE_DOCS = "https://pocketbase.io/docs/files-handling#protected-files" PB_REALTIME_DOCS = "https://pocketbase.io/docs/api-realtime/" PB_FIELDS_DOCS = "https://pocketbase.io/docs/collections/#fields" PB_SUPERUSER_IPS_RESET_DOCS = "https://pocketbase.io/docs/going-to-production/#limit-superusers-to-specific-ipssubnets" PB_DOCS_URL = "https://pocketbase.io/docs" PB_JS_SDK_URL = "https://github.com/pocketbase/js-sdk" PB_DART_SDK_URL = "https://github.com/pocketbase/dart-sdk" PB_RELEASES = "https://github.com/pocketbase/pocketbase/releases" PB_VERSION = "v0.39.11-dev"