Browse Source

config path.palitext

visuddhinanda 4 years ago
parent
commit
b8d4104b8e
1 changed files with 4 additions and 1 deletions
  1. 4 1
      config/app.php

+ 4 - 1
config/app.php

@@ -241,6 +241,9 @@ return [
     */
 	'path' => [
 		'dependence' => public_path('depandence'),
+		'palitext' => public_path('palihtml'),
+		'palitext_filelist' => public_path('palihtml').'/filelist.csv',
+		'palicsv' => public_path('tmp').'/palicsv',
 	],
 
 	'dependence' =>[
@@ -255,6 +258,6 @@ return [
 		[
 			'path' => 'pali-similarity',
 			'url' => 'https://github.com/iapt-platform/pali-similarity.git',
-		]
+		],
 	],
 ];