1
0
forked from BRT/arc
arc/config.ini

58 lines
1.8 KiB
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[apps]
list=ozon, black, dushanbe_city_bank
[common]
currencies=USD, ARS, RUB, TJS
version=0.0.9
[db]
dbPath=./database/app_data.db
[net]
apiBase=http://93.183.75.134:8005
#apiBase=http://127.0.0.1:8888
pathAuthLogin=/api/v1/auth/login
pathAuthRefresh=/api/v1/auth/refresh_token
pathBankProfile=/api/v1/profile/bank_profile
pathDesktopCreate=/api/v1/desktop/
pathDevice=/api/v1/device/
pathDeviceScreenshot=/api/v1/device/add_screenshot/
pathMaterial=/api/v1/profile/material
pathMonitoringLog=/monitoring/log
pathMonitoringDump=/monitoring/dump
[black]
android_package_name=app.blackwallet.ar
currency=ARS
country=argentina
name=Black
phone_code=54
[ozon]
android_package_name=ru.ozon.fintech.finance
currency=RUB
country=russia
name=Ozon
phone_code=7
[dushanbe_city_bank]
android_package_name=tj.dc.next1
currency=TJS
country=tajikistan
name=Dushanbe City
phone_code=992
[scripting]
# Глобальный выключатель JS-скриптов. При false весь scripting-слой выключен.
enabled=false
# Список <bank>/<script>, для которых пробуем JS-версию (через запятую).
# При engine-ошибке runtime прозрачно откатывается на C++.
use_js_for=black/get_profile_info, ozon/get_profile_info, ozon/login_and_check_accounts, ozon/get_card_info, ozon/pay_by_card, ozon/pay_by_phone, ozon/get_last_transactions
# URL JSON-манифеста удалённых обновлений. Пустой → без удалённых обновлений,
# работает только bundled+cache (см. docs/remote_scripts.md).
manifest_url=
# Каталог локального кэша. Если пусто — берётся <AppDataLocation>/scripts/.
cache_dir=
# Каталог bundled-скриптов. Если пусто — рядом с бинарником: ./scripts/
bundled_dir=