10000 port change for postgres · jbb1003/python-docs-samples@aeb05e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit aeb05e4

Browse files
committed
port change for postgres
1 pare
10000
nt dddc6e9 commit aeb05e4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

container_engine/django_tutorial/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Getting started with Django on Google Container Engine
22

33
This repository is an example of how to run a [Django](https://www.djangoproject.com/)
4-
app on Google Container Engine. It uses the [Writing your first Django app](https://docs.djangoproject.com/en/1
5-
.9/intro/tutorial01/) Polls application as the example app to deploy. From here on out, we refer to this app as
4+
app on Google Container Engine. It uses the
5+
[Writing your first Django app](https://docs.djangoproject.com/en/1.11/intro/tutorial01/)
6+
Polls application as the example app to deploy. From here on out, we refer to this app as
67
the 'polls' application.
78

89

container_engine/django_tutorial/mysite/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
'USER': os.getenv('DATABASE_USER'),
8888
'PASSWORD': os.getenv('DATABASE_PASSWORD'),
8989
'HOST': '127.0.0.1',
90-
'PORT': '3306',
90+
'PORT': '5432',
9191
}
9292
}
9393
# [END dbconfig]

0 commit comments

Comments
 (0)
0