Skip to content

Commit

Permalink
MINIO_SERVER->MINIO_BUCKET
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed Aug 26, 2023
1 parent eb7a090 commit 7ddfde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ fi
#Large file storage configuration
if [ ! -z "$MINIO_SERVER" ]
then
/var/www/phorge/phorge/bin/config set storage.s3.bucket $MINIO_SERVER
/var/www/phorge/phorge/bin/config set storage.s3.bucket $MINIO_BUCKET
if [ ! -z "$MINIO_SERVER_SECRET_KEY_FILE" ]
then
MINIO_SERVER_SECRET_KEY=$(cat $MINIO_SERVER_SECRET_KEY_FILE)
fi
if [ ! -z "$MINIO_SERVER_ACCESS_KEY_FILE" ]
then
then`aa`
MINIO_SERVER_ACCESS_KEY=$(cat $MINIO_SERVER_ACCESS_KEY_FILE)
fi
/var/www/phorge/phorge/bin/config set amazon-s3.secret-key $MINIO_SERVER_SECRET_KEY
Expand Down

0 comments on commit 7ddfde6

Please sign in to comment.