diff --git a/examples/settings.py b/examples/settings.py index bde67e0..d866235 100644 --- a/examples/settings.py +++ b/examples/settings.py @@ -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'),