Skip to content

Commit

Permalink
Update test db data
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuncatcher222 committed Nov 27, 2023
1 parent b80432a commit e049896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ VITE_API_URL=hr-practicum.domain.com/api/v1

# Database settings
DB_ENGINE=django.db.backends.postgresql
POSTGRES_USER=pg_user
POSTGRES_PASSWORD=pg_password
DB_HOST=pg_host
POSTGRES_USER=hakaton_user
POSTGRES_PASSWORD=hakaton_password
DB_HOST=hr_practicum_database
DB_PORT=5432
POSTGRES_DB=pg_database
POSTGRES_DB=hakaton_database

# Email SMTP-server settings
### SMTP-server host
Expand Down

0 comments on commit e049896

Please sign in to comment.