phpvms/tests/data/base.yml

53 lines
889 B
YAML
Raw Normal View History

2017-07-04 14:05:23 +08:00
#
airlines:
- id: 1
icao: VMS
iata: VM
name: phpvms airlines
active: 1
created_at: now
updated_at: now
2017-07-04 14:05:23 +08:00
users:
- id: 1
name: Admin User
email: admin@phpvms.net
password: admin
api_key: testadminapikey
2017-12-13 03:30:52 +08:00
airline_id: 1
home_airport_id: KAUS
curr_airport_id: KAUS
2017-07-04 14:05:23 +08:00
rank_id: 1
2018-01-05 11:05:26 +08:00
state: 1
2017-07-04 14:05:23 +08:00
created_at: now
updated_at: now
role_user:
- user_id: 1
role_id: 1
2017-12-16 02:36:13 +08:00
user_type: App\Models\User
2017-07-04 14:05:23 +08:00
- user_id: 1
role_id: 2
2017-12-16 02:36:13 +08:00
user_type: App\Models\User
2017-07-04 14:05:23 +08:00
ranks:
- id: 1
name: New Pilot
hours: 0
acars_base_pay_rate: 50
manual_base_pay_rate: 25
2017-07-04 14:05:23 +08:00
- id: 2
name: Junior First Officer
hours: 10
auto_approve_acars: 1
auto_approve_manual: 1
# shouldn't move past this guy
- id: 3
name: First Officer
hours: 15
auto_approve_acars: 1
auto_approve_manual: 1
auto_promote: 0