Skip to content

Commit

Permalink
Fix missing $
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Oct 19, 2023
1 parent df29509 commit 6f287f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/simcore/template.env
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ RABBIT_SECURE=${RABBIT_SECURE}

R_CLONE_PROVIDER=${R_CLONE_PROVIDER}
R_CLONE_VFS_CACHE_MODE=${R_CLONE_VFS_CACHE_MODE}
R_CLONE_OPTION_TRANSFERS={R_CLONE_OPTION_TRANSFERS}
R_CLONE_OPTION_RETRIES={R_CLONE_OPTION_RETRIES}
R_CLONE_OPTION_BUFFER_SIZE={R_CLONE_OPTION_BUFFER_SIZE}
R_CLONE_OPTION_TRANSFERS=${R_CLONE_OPTION_TRANSFERS}
R_CLONE_OPTION_RETRIES=${R_CLONE_OPTION_RETRIES}
R_CLONE_OPTION_BUFFER_SIZE=${R_CLONE_OPTION_BUFFER_SIZE}

REDIS_HOST=${REDIS_HOST}
REDIS_PORT=${REDIS_PORT}
Expand Down

0 comments on commit 6f287f8

Please sign in to comment.