Filter configuration added to config file

This commit is contained in:
2020-09-29 00:23:48 +05:00
parent b837f0df50
commit 749ded1eaf
2 changed files with 17 additions and 2 deletions

13
config/karudhaas.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
return [
"topic_filters" => [
"covid19" => ["covid19", "covid-19", "corona_virus", "covid_19", "coronavirus"],
"sports" => [
"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"
]
]
];