47 lines
796 B
YAML
47 lines
796 B
YAML
#
|
|
#airlines:
|
|
# - id: 1
|
|
# icao: VMS
|
|
# iata: VM
|
|
# 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
|
|
airline_id: 1
|
|
home_airport_id: KAUS
|
|
curr_airport_id: KAUS
|
|
rank_id: 1
|
|
state: 1
|
|
created_at: now
|
|
updated_at: now
|
|
|
|
role_user:
|
|
- user_id: 1
|
|
role_id: 1
|
|
user_type: App\Models\User
|
|
- user_id: 1
|
|
role_id: 2
|
|
user_type: App\Models\User
|
|
|
|
ranks:
|
|
- 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
|