Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README.md with required envs to the spring-app #218

Open
Kuboczoch opened this issue Nov 10, 2021 · 0 comments
Open

Add README.md with required envs to the spring-app #218

Kuboczoch opened this issue Nov 10, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@Kuboczoch
Copy link
Member

While developing on multiple devices, I ran into an issue where I need to add some environments to my spring run configuration.

It would be nice to have a document telling me what environments I need to add. Right now if I don't add anything then the app won't start on it's own.


Another option is to implement files for the running environment as we are doing it right now on the frontend side.

For example; for dev env we do have a file named .env.development and for the production .env.production which is a very simple way to store your envs that can change depending on which way you are using the app.

@Kuboczoch Kuboczoch added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Nov 10, 2021
@Kuboczoch Kuboczoch changed the title Add README.md to the spring-app Add README.md with required envs to the spring-app Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant