Skip to content

Commit

Permalink
update create_config
Browse files Browse the repository at this point in the history
  • Loading branch information
Inverseit committed Oct 19, 2023
1 parent 6e52842 commit a8191c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ json_data=$(jq --arg password "$REDIS_PASSWORD" '.redis.password = $password' <<

# Write the updated JSON file to config.json
echo "$json_data" > "/usr/src/app/config.json"

# Print it to the logs
cat /usr/src/app/config.json

0 comments on commit a8191c8

Please sign in to comment.