How do I specify an admin password in .CFConfig.json

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.

2 Likes