Skip to content

Commit

Permalink
DMA-203 sets hot folder on productive value
Browse files Browse the repository at this point in the history
  • Loading branch information
TiloNN committed Jan 31, 2023
1 parent fef88ad commit ef9033c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function rrmdir($dir) {
'type' => $type,
'batchSize' => 10000,
'maxCount' => (isset($argv[2]) == true ? $argv[2] : '10000000000'),
'hotfolder' => '/opt/digiverso/viewer/hotfolder-test/',
'hotfolder' => '/opt/digiverso/viewer/hotfolder/',
'baseUrl' => 'https://www.geobasisdaten.niedersachsen.de/doorman/auth/nld_dda-vektor'
],
'deleter' => [
Expand All @@ -80,7 +80,7 @@ function rrmdir($dir) {
// send logs via mail
$mailHandler = new Monolog\Handler\NativeMailerHandler(
$settings['logger']['mailRecipient'],
'[Denkmalatlas] WFS Auto Pull Results',
'[Denkmalatlas] WFS Import Status',
$settings['logger']['mailSender'],
$settings['logger']['defaultLogLevel'],
true,
Expand Down

0 comments on commit ef9033c

Please sign in to comment.