We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b7777 commit 6f7fbf6Copy full SHA for 6f7fbf6
1 file changed
linuxiston/settings.py
@@ -95,7 +95,7 @@
95
'ENGINE': 'django.db.backends.postgresql',
96
'NAME': os.getenv('NAME'),
97
'USER': os.getenv('USER'),
98
- 'PASSWORD': str(os.getenv('PASSWORD')),
+ 'PASSWORD': "Linuxiston2022",
99
'HOST': '127.0.0.1',
100
'PORT': '5432',
101
}
0 commit comments