Skip to content

Commit

Permalink
Add defaults to config/storageCfg.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOppolzer committed Nov 22, 2024
1 parent 0beee21 commit 8a6aea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/storageCfg.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'name' => 'metadata',
'mdaConfigFolder' => env('MDA_CONFIG_FOLDER'),
'mdaScript' => env('MDA_SCRIPT'),
'edu2edugain' => env('EDU_TO_EDUGAIN_FOLDER'),
'mdaConfigFolder' => env('MDA_CONFIG_FOLDER', '/opt/mda/config'),
'mdaScript' => env('MDA_SCRIPT', '/opt/mda/mda.sh'),
'edu2edugain' => env('EDU_TO_EDUGAIN_FOLDER', 'eduid2edugain'),
];

0 comments on commit 8a6aea5

Please sign in to comment.