/
githubmirror
/
ydb-website-worker
Обзор
Документация
Войти
/
githubmirror
/
ydb-website-worker
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/config.ts
18 строк
630 B
Ivan Blinkov
Add windows install link for ydb-dstool (#8)
27 дек 2024, 08:33
Не верифицирован
27 дек 2024, 08:33
60dbf53
Код
Авторство
О чём код?
export default { domain: 'ydb.tech', blog_location: { en: 'https://blog.ydb.tech', ru: 'https://habr.com/ru/companies/ydb/articles/' }, install_sh_location: { server: new URL('https://binaries.ydb.tech/local_scripts/install.sh'), cli: new URL('https://storage.yandexcloud.net/yandexcloud-ydb/install.sh'), cli_win: new URL('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1'), dstool: new URL('https://storage.yandexcloud.net/yandexcloud-ydb-dstool/install.sh'), dstool_win: new URL('https://storage.yandexcloud.net/yandexcloud-ydb-dstool/install.ps1') }, production: true, };