Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladimir Zhukov
cyberlozhkin
Commits
deadfe15
Commit
deadfe15
authored
Jan 04, 2022
by
Vladimir Zhukov
Browse files
typo
parent
c7c7589b
Pipeline
#1485
passed with stage
in 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cyberlozhkin/cyberlozhkin/settings.py
View file @
deadfe15
...
...
@@ -111,7 +111,7 @@ DATABASES = {
'USER'
:
CONFIG
.
get
(
'db_user'
,
'postgres'
),
'PASSWORD'
:
CONFIG
.
get
(
'db_password'
,
'postgres'
),
'HOST'
:
CONFIG
.
get
(
'db_host'
,
'127.0.0.1'
),
'PORT'
:
CONFIG
.
get
(
'db_po
s
t'
,
'5432'
),
'PORT'
:
CONFIG
.
get
(
'db_po
r
t'
,
'5432'
),
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment