Initial commit
This commit is contained in:
43
config/test_users.yml
Normal file
43
config/test_users.yml
Normal 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
|
||||
Reference in New Issue
Block a user