This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
ReyMotaAppsOC
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Nombre de host de postgres lo pongo en db
main
Celestino Rey
9 months ago
parent
e124b9fbc6
commit
18482c8095
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/reymota/settings.py
+ 1
- 1
src/reymota/settings.py
View File
@ -87,7 +87,7 @@ DATABASES = {
"
NAME
"
:
"
reymota
"
,
"
NAME
"
:
"
reymota
"
,
"
USER
"
:
"
creylopez
"
,
"
USER
"
:
"
creylopez
"
,
"
PASSWORD
"
:
"
Dsa-0213
"
,
"
PASSWORD
"
:
"
Dsa-0213
"
,
"
HOST
"
:
"
postgresql
"
,
"
HOST
"
:
"
db
"
,
"
PORT
"
:
"
5432
"
,
"
PORT
"
:
"
5432
"
,
}
}
}
}
Write
Preview
Loading…
Cancel
Save