Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/blame/commit/ea4c3f91b1fa554fe0d441c6c14c7b3bbaa6f0d4/config/custom.php You should set ROOT_URL correctly, otherwise the web may not work correctly.

91 lines
1.9 KiB

<?php
return [
'status' =>[
'1'=> 'Active',
'2'=> 'DeActive'
],
'setting_types'=>[
'1'=>'Sentence',
'2'=>'Paragraph',
'3'=>'Image'
],
'blog_types'=>[
'1'=>'News',
'2'=>'Notice',
],
'states' =>[
'1'=> 'Queensland',
'2'=> 'South Australia',
'3' => 'Tasmania',
'4' => 'Victoria',
'5' => 'Western Australia',
'6' => 'Northern Territory',
'7' => 'Australian Capital Territory',
'8' => 'New South Wales'
],
'career_areas' => [
'1' => 'Support Workers',
'2' => 'Support Coordination',
'3' => 'Plan Management',
'4' => 'Administration and Management'
],
'faqs_types' =>[
'1' => 'Service',
'2' => 'Academy'
],
'image_folders'=>[
'1' =>'setting',
'2' =>'about_us',
'3'=>'service',
'4'=>'slider',
'5' => 'team',
'6' => 'news_and_update',
'7'=>'gallery',
'8'=>'ndis_plan',
'9' => 'testimonial',
'10' => 'accomodation',
'11'=>'applicant',
'12'=>'partner'
],
'course_types'=>[
'1' =>'Upcoming Courses',
'2' =>'Recommended Courses',
// '3'=>'Trending Courses',
],
'query_types'=>[
'1' =>'Contact Us',
'2' =>'Quick In Query',
],
'ndis_plan'=>[
'1' =>'Self Managed',
'2' =>'Agency Managed',
'3' => 'Plan Managed'
],
'contact_us_types'=>[
'1' =>'Course',
'2' =>'Service',
],
'trending_courses'=>[
'1' =>'Yes',
'2' =>'No',
],
'seo_types'=>[
'1' =>'Project',
'2' =>'Academy',
'3'=>'Blog',
'4'=>'Contact',
'5' => 'Home',
'6'=> 'About',
'7' => 'Faq'
],
'file_dir'=>'storage_new',
'domain_suffix' =>'np',
'per_page' =>10,
];