Skip to content

Commit 6f7fbf6

Browse files
committed
PASSWORD field changed
1 parent f4b7777 commit 6f7fbf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linuxiston/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
'ENGINE': 'django.db.backends.postgresql',
9696
'NAME': os.getenv('NAME'),
9797
'USER': os.getenv('USER'),
98-
'PASSWORD': str(os.getenv('PASSWORD')),
98+
'PASSWORD': "Linuxiston2022",
9999
'HOST': '127.0.0.1',
100100
'PORT': '5432',
101101
}

0 commit comments

Comments
 (0)