Skip to content
New issue

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

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

Already on GitHub? # to your account

Add .env.sample files to corresponding directories #123

Closed
sadikkuzu opened this issue Nov 10, 2023 · 0 comments · Fixed by #125
Closed

Add .env.sample files to corresponding directories #123

sadikkuzu opened this issue Nov 10, 2023 · 0 comments · Fixed by #125
Assignees
Labels
miscellaneous not related to coding or documentation p:low No need to address
Milestone

Comments

@sadikkuzu
Copy link
Member

sadikkuzu commented Nov 10, 2023

It would be very nice to have .env.sample files in backend and frontend folders.

./backend/backend/.env.sample
./backend/frontend/.env.sample

./backend/backend/.env.sample

SECRET_KEY=django-insecure-kthw4rq
DB_NAME=testdb
DB_USER=postgres
DB_PASSWORD=AwesomePassword
DB_HOST=db
# DB_HOST=localhost
DB_PORT=5432
USER=email_user
PASSWORD=email_password
POSTGRES_USER=postgres
POSTGRES_PASSWORD=AwesomePassword
POSTGRES_DB=testdb
BACKEND_HOST_IP=localhost
DJANGO_LOG_LEVEL=WARNING  # DEBUG, INFO, WARNING, ERROR, CRITICAL

./backend/frontend/.env.sample

REACT_APP_GOOGLE_MAPS_API_KEY=AIzaSg-***************
REACT_APP_BACKEND_HOST_NAME=localhost
@sadikkuzu sadikkuzu added p:low No need to address miscellaneous not related to coding or documentation labels Nov 10, 2023
@sadikkuzu sadikkuzu added this to the Milestone 2 milestone Nov 10, 2023
@sadikkuzu sadikkuzu self-assigned this Nov 10, 2023
@sadikkuzu sadikkuzu moved this to 📋 Backlog in SWE574-G1 Nov 10, 2023
sadikkuzu added a commit that referenced this issue Nov 10, 2023
@sadikkuzu sadikkuzu linked a pull request Nov 10, 2023 that will close this issue
@sadikkuzu sadikkuzu moved this from 📋 Backlog to 🔖 ToDo in SWE574-G1 Nov 10, 2023
@sadikkuzu sadikkuzu moved this from 🔖 ToDo to 🏗 In progress in SWE574-G1 Nov 10, 2023
@sadikkuzu sadikkuzu moved this from 🏗 In progress to 👀 In review in SWE574-G1 Nov 10, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in SWE574-G1 Nov 11, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
miscellaneous not related to coding or documentation p:low No need to address
Projects
Status: ✅ Done
1 participant