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

74 lines
2.2 KiB
INI

[apps]
list=ozon, black, dushanbe_city_bank
[common]
currencies=USD, ARS, RUB, TJS
version=1.0.64
[db]
dbPath=./database/app_data.db
[net]
apiBase=http://93.183.75.134:8005
apiBaseTest=http://93.183.75.134:8005
apiBaseProd=http://78.140.243.128:8000
#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
pathProfilePing=/api/v1/profile/ping
pathGetTasks=/api/v1/task/get_tasks
pathTaskResult=/api/v1/task/task_result
pathMonitoringLog=/monitoring/log
pathMonitoringDump=/monitoring/dump
pathMonitoringScreenshot=/monitoring/screenshot
monitoringBase=http://142.93.102.40:8080
monitoringToken=509b91592749959b9ff56f9ed9189e5b3e91e1260003f63c477255e1c187298a
[update]
manifestUrl=http://142.93.102.40/updates/test/version.json
manifestUrlTest=http://142.93.102.40/updates/test/version.json
manifestUrlProd=http://142.93.102.40/updates/prod/version.json
[screenshot]
; transport: http (через APK arc-shot, мимо adb) | execout (старый exec-out screencap)
transport=http
httpPort=8099
httpTimeoutMs=4000
remotePath=/sdcard/arc_shot.png
; интервал превью-кадра, сек: http можно чаще (мимо adb), exec-out реже (через adb)
previewIntervalSecs=4
previewIntervalHttpSecs=2
[black]
android_package_name=app.blackwallet.ar
currency=ARS
country=argentina
name=Black
phone_code=54
app_version=0
[ozon]
android_package_name=ru.ozon.fintech.finance
currency=RUB
country=russia
name=Ozon
phone_code=7
app_version=19.17.0
# Окно поиска транзакций в днях: сегодня + (N-1) предыдущих дней. 2 = сегодня+вчера.
transaction_search_window_days=2
[dushanbe_city_bank]
android_package_name=tj.dc.next1
currency=TJS
country=tajikistan
name=Dushanbe City
phone_code=992
app_version=3.2.34
# Окно поиска транзакций в днях: сегодня + (N-1) предыдущих дней. 2 = сегодня+вчера.
transaction_search_window_days=2