Commented on a line I will need to delete or change
This commit is contained in:
parent
4c7c378eb5
commit
74542f931e
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ function set_conf() {
|
|||
sed -i 's/"username": "root"/"username": "'$MYSQL_ENV_MYSQL_USER'"/' /app/config/mysqlConfig.json
|
||||
;;
|
||||
$MYSQL_ENV_MYSQL_PASSWORD )
|
||||
## This echo should be sanitized of any secrets before this is finished.
|
||||
echof info "Setting '$MYSQL_ENV_MYSQL_PASSWORD' $1 in /app/config/mysqlConfig.json"
|
||||
sed -i 's/"password": ""/"password": "'$MYSQL_ENV_MYSQL_PASSWORD'"/' /app/config/mysqlConfig.json
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue