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

43
config/test_users.yml Normal file
View File

@@ -0,0 +1,43 @@
# Test users for local / test environments (see bin/seed_test_users.rb)
# Password for all: 123qwe!@#QWE
remove_emails:
- admin@fibitex.com
- admin@barong.io
- john@barong.io
users:
- email: user@test.com
uid: TST0001USER
password: "123qwe!@#QWE"
role: member
state: active
level: 0
kyc: zero
peatio_group: vip-0
fiat_balance: 20000
coin_multiplier: 2
- email: bot@test.com
uid: TST0002BOT
password: "123qwe!@#QWE"
role: member
state: active
level: 3
kyc: full
peatio_group: bot
fiat_balance: 20000000
coin_multiplier: 1000000
coin_fixed:
usdt: 20000000
- email: admin@test.com
uid: TST0003ADMIN
password: "123qwe!@#QWE"
role: superadmin
state: active
level: 3
kyc: full
peatio_group: vip-0
fiat_balance: 2000
coin_multiplier: 10