Initial commit

This commit is contained in:
Yaser
2026-08-13 19:42:08 +03:30
commit d59bf30ef0
173 changed files with 11702 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
barong:
keychain:
applogic:
algorithm: RS256
value: <%= @applogic_private_key %>
jwt: {}
actions:
read_users:
required_signatures: ['applogic']
requires_barong_totp: false
peatio:
keychain:
applogic:
algorithm: RS256
value: <%= @applogic_private_key %>
jwt: {}
actions:
read_operations:
required_signatures: ['applogic']
requires_barong_totp: false

View File

@@ -0,0 +1,6 @@
users_sync_job:
cron: "0 0 * * *" # it will retrieve data every 1 day
class: "UsersSyncWorker"
args:
period: '1'
action: 'sync' # you also can start a new job with action 'reg' to pull new users