phpvms/tests/data/base.yml

49 lines
818 B
YAML
Raw Normal View History

2017-07-04 14:05:23 +08:00
#
airlines:
- id: 1
2017-08-16 21:33:43 +08:00
icao: VMS
iata: VM
2017-07-04 14:05:23 +08:00
name: phpvms airlines
active: 1
created_at: now
updated_at: now
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
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
- 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