Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sametaln committed Oct 22, 2024
1 parent 478782a commit 6ef33db
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ Ensure you have the following installed:
Before starting, you need to set up the necessary environment variables. Create a `.env` file at the root of your project and populate it with the following variables:

```plaintext
# Django settings
SECRET_KEY=your_secret_key
DEBUG=true_or_false
DJANGO_ALLOWED_HOSTS=comma_separated_list_of_hosts
# MySQL settings
MYSQL_ROOT_PASSWORD=your_mysql_root_password
MYSQL_DATABASE=your_database_name
MYSQL_USER=your_mysql_user
MYSQL_PASSWORD=your_mysql_password
# PostgreSQL settings
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_PORT=5432
# Frontend Environment Variables
VITE_API_URL="http://localhost:8080"
VITE_PORT=3000
SPRING_PORT=8080
MOBILE_PORT=8081
ENV=DEVELOPMENT
```

Expand Down

0 comments on commit 6ef33db

Please sign in to comment.