Skip to content

Commit

Permalink
configurações da settings: render
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfonsecaa committed Jun 10, 2024
1 parent cfbc662 commit b458df7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions DrivePlanSite/DrivePlanSite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'driverplan_db',
'USER': 'admin',
'PASSWORD': 'kYDTjmsG8b2D8t1jycIhFZkjPBKYlpTw',
'HOST': 'dpg-cpjii2acn0vc73ampkg0-a.oregon-postgres.render.com',
'PORT': '5432',
}
}

Expand Down

0 comments on commit b458df7

Please sign in to comment.