To set a plain text password, use the key pw. To set an encrypted password, use hspw. We have the key in our .CFConfig.json file, but pull from an env variable:
"pw": "{env:LUCEE_ADMIN_PASSWORD}"
This thread might be helpful, too.
To set a plain text password, use the key pw. To set an encrypted password, use hspw. We have the key in our .CFConfig.json file, but pull from an env variable:
"pw": "{env:LUCEE_ADMIN_PASSWORD}"
This thread might be helpful, too.