Skip to content

Commit

Permalink
FIX: test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyi.song committed Sep 13, 2018
1 parent 5da7f0e commit a68f7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
APP_ID = 'user-service'

HOST = os.environ.get('SERVER_HOST', None)
PORT = os.environ.get('SERVER_PORT', 8090)
PORT = os.environ.get('SERVER_PORT', 8030)

DB_CONFIG = {
'host': os.environ.get('POSTGRES_SERVICE_HOST', 'localhost'),
Expand Down

0 comments on commit a68f7a9

Please sign in to comment.