Where do I find credentials for...?
With an Initializr-based project, Broadleaf generates all important security credentials for you when running:
mvn clean install flex:generate
In your security
folder you will notice a credentials-report.env
. This is a very important file as it contains all the unencrypted plain-text credentials that were generated for your project.
The Credentials Report will include things like:
- Master Admin User Password:
- SPRING_LIQUIBASE_PARAMETERS_BLCADMINPASSWORD=<admin password>
- Local Database Password:
- BROADLEAF_DATASOURCE_PASSWORD=<datasource password>
-
Solr Admin Password:
- BROADLEAF_SEARCH_SOLR_SERVER_ADMIN_PASSWORD=<solr admin password>
- and many more...
More details around the contents of this
security
directory can be found here: https://developer.broadleafcommerce.com/production/initializr-security#overview_since_release_train_1_8_3
Comments
0 comments
Please sign in to leave a comment.