Skip to content

Commit 268b740

Browse files
committed
Modify settings for Production
1 parent 7bf5cb7 commit 268b740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

task_manager/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
else: # render
9595
DATABASES = {
9696
'default': dj_database_url.config(
97-
default=env('postgresql://task_manager_system_hscm_user:lmvHZk9MYhuOWh63eP4q79ZRbrLpxvt3@dpg-d4qiplidbo4c73bslgm0-a.singapore-postgres.render.com/task_manager_system_hscm'),
97+
default=env('DATABASE_URL'),
9898
conn_max_age=600,
9999
ssl_require=True,
100100
)

0 commit comments

Comments
 (0)