1
0
forked from BRT/arc
arc/config.ini
trnsmkot 0a31b4d717 Implement Event Type Handling and Status Updates
Added handling for event types (Balance, Phone) and respective processing logic in EventHandler. Introduced support for tracking and updating event statuses both locally and through network APIs. Enhanced data integrity and clarity by expanding the EventInfo model and associated database management.
2025-06-03 22:02:29 +07:00

27 lines
736 B
INI
Raw 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.

[common]
varsion=0.0.1
[apps]
list=rshb, alfabank, santanderbank
[rshb]
name=Росcельхозбанк
android_package_name=ru.rshb.dbo
[alfabank]
name=Альфа-Банк
android_package_name=ru.alfabank.mobile.android
[santanderbank]
name=Santander
android_package_name=ar.com.santander.rio.mbanking
[net]
appInfoUpdate=http://localhost:9999/api/v1/device/update
accountUpdate=http://localhost:9999/api/v1/account/update
paymentsGet=http://localhost:9999/api/v1/payments
transactionUpdate=http://localhost:9999/api/v1/transaction/update
transactionInsert=http://localhost:9999/api/v1/transaction/insert
appStatusUpdate=http://localhost:9999/api/v1/application/update
eventStatusUpdate=http://localhost:9999/api/v1/event/update