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

Simplify Environment Variables #25

Open
mariorecinos opened this issue Jul 29, 2024 — with Slack · 0 comments · May be fixed by #26
Open

Simplify Environment Variables #25

mariorecinos opened this issue Jul 29, 2024 — with Slack · 0 comments · May be fixed by #26
Labels
devops anything devops

Comments

Copy link
Contributor

Description:
We have simplified the management of environment variables by including the OPENAI_API_KEY in the Docker Compose configuration. This key is now referenced in the .env file and the src/main/resources/application.properties file. Developers only need to create a .env file with their specific API key, eliminating the need to access multiple files.

Acceptance Criteria:
Environment Variable Configuration:

OPENAI_API_KEY is included in the Docker Compose file and referenced from the .env file.
application.properties is updated to use the OPENAI_API_KEY environment variable.
Documentation:

Update README.md to include instructions for creating the .env file with the OPENAI_API_KEY.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops anything devops
Projects
None yet
1 participant