59 lines
2.4 KiB
PHP
59 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'proxy' => [
|
|
'host' => env('PROXY_HOST'),
|
|
],
|
|
|
|
"topic_filters" => [
|
|
|
|
"covid19" => [
|
|
"dv_name" => "ކޮރޯނާ ވައިރަސް",
|
|
"en_name" => "coronavirus",
|
|
"description" => "ކޮރޯނާ ވައިރަހާއި ބެހޭ ޙަބަރުތަކުގެ އެންމެފަހުގެ އަޕްޑޭޓް.",
|
|
"keys" => ["covid19", "covid-19", "corona_virus", "covid_19", "coronavirus"],
|
|
"color" => "red"
|
|
],
|
|
|
|
|
|
"sports" => [
|
|
"dv_name" => "ކުޅިވަރު",
|
|
"en_name" => "sports",
|
|
"description" => "ކުޅިވަރުގެ ތަފާތު ޙަބަރުތަށް",
|
|
"keys" => [
|
|
"football", "sport", "kulhivaru", "maldives_national_football_tea", "football_association_of_maldiv", "local_sports", "spanish_league",
|
|
"english-premier-league", "spanish-la-liga", "real_madrid", "bayern-munich", "arsenal", "atletico_madrid", "chelsea", "united-victory", "manchester-united"
|
|
],
|
|
"color" => "blue"
|
|
|
|
],
|
|
|
|
"business" => [
|
|
"dv_name" => "ވިޔަފާރި",
|
|
"en_name" => "business",
|
|
"description" => "ފިޔަފާރިއާ ބެހޭ އެންމެ ފަހުގެ ޙަބަރުތަށް",
|
|
"keys" => [
|
|
"tourism", "sme_loan", "sme_bank", "public_companies", "mtcc", "tourists", "world_tourism_day_", "mtcc_shares", "google", "guest_house", "fish_products", "tax", "business", "dhiraagu",
|
|
"raajjeyge_iqthisaadh", "guesthouse", "fathuruverikan", "fathuruverikamuge_dhaairaa", "Airport_development", "regional_airports", "loan-schemes", "economy", "ministry-of-finance-and-treasury",
|
|
"ooredoo", "fisheries"
|
|
],
|
|
"color" => "green"
|
|
],
|
|
|
|
"world" => [
|
|
"dv_name" => "ދުނިޔެ",
|
|
"en_name" => "world",
|
|
"description" => "ދުނިޔޭގެ އެކި ކަންކޮޅުތަކުގެ ޙަބަރު",
|
|
"keys" => [
|
|
"qatar", "gulf", "saudi-arabia", "pakistan", "indonesia", "world", "india", "donald-trump", "united-states-of-america", "sri-lanka", "japan",
|
|
"america", "china", "elon-musk", "north-korea"
|
|
],
|
|
"color" => "indigo"
|
|
]
|
|
],
|
|
|
|
|
|
"playstore" => "https://play.google.com/store/apps/details?id=dev.baraveli.karudhaas"
|
|
];
|