Skip to content

Commit

Permalink
mke mda paths with env
Browse files Browse the repository at this point in the history
  • Loading branch information
temaotl committed Jul 9, 2024
1 parent 25e4537 commit 7e409d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

MDA_CONFIG_FOLDER=/opt/mda-distribution-0.10.0/config
MDA_SCRIPT=/opt/mda-distribution-0.10.0/mda.sh

GIT_REMOTE=[email protected]:repository
GIT_REMOTE_BRANCH=main
GIT_LOCAL=/home/user/metaman/storage/git
Expand All @@ -86,4 +89,4 @@ LDAP_PORT=636
LDAP_BASE_DN="ou=Organizations,dc=example,dc=org"
LDAP_BASE_DN_EDUIDCZORGANIZATIONS="ou=Organizations,o=saml,dc=example,dc=org"
LDAP_SSL=true
LDAP_TLS=false
LDAP_TLS=false
5 changes: 2 additions & 3 deletions config/storageCfg.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

return [
'name' => 'metadata',
'mdaConfigFolder' => '/home/artem/Desktop/cesnet/metadata/testdata/mda/config',
'mdaScript' => '/home/artem/Desktop/cesnet/metadata/testdata/mda/hello.sh',
/* 'mdaScript' => '/home/artem/Desktop/cesnet/metadata/testdata/mda/mda.sh',*/
'mdaConfigFolder' => env('MDA_CONFIG_FOLDER'),
'mdaScript' => env('MDA_SCRIPT'),
];

0 comments on commit 7e409d8

Please sign in to comment.