Skip to content

Commit

Permalink
doc(README): remove typo
Browse files Browse the repository at this point in the history
## Description:

This Pull Request fixes a typographical error in the README.md file.


## Changes Made:

 - Corrected "environnement" to "environment" in the README.md file.

## Additional Information:

This fix is not related to any existing issue. It's a minor typo that I noticed while reviewing the README.

Thank you for considering this contribution.
  • Loading branch information
AranavMahalpure authored Oct 29, 2023
1 parent 7c7aab3 commit eb678c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ files, using the standard `spring.datasource` keys.
JHipster Online uses JWT to secure the application. For a production application, it is therefore **mandatory** that:

- The `jhipster.security.authentication.jwt.key` is configured, and that key is stored securely (**not** commited in your application's Git repository).
We recommend to configure it as an environnement variable on your server, or in a specific Spring Boot `application.yml` file that is stored
We recommend to configure it as an environment variable on your server, or in a specific Spring Boot `application.yml` file that is stored
in your application's folder on your production server (which is our configuration on the official [JHipster Online website](https://start.jhipster.tech/)).
- The application is only available through HTTPS. You can configure it using Spring Boot (please read the comments in the `application-prod.yml` file), or
using an Apache 2 HTTP server with Let's Encrypt on front of your application (which is our configuration on the official [JHipster Online website](https://start.jhipster.tech/)).
Expand Down

0 comments on commit eb678c8

Please sign in to comment.