diff options
Diffstat (limited to 'src/leap/eip/specs.py')
-rw-r--r-- | src/leap/eip/specs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/eip/specs.py b/src/leap/eip/specs.py index 05aef590..2391e919 100644 --- a/src/leap/eip/specs.py +++ b/src/leap/eip/specs.py @@ -59,7 +59,7 @@ eipconfig_spec = { }, 'primary_gateway': { 'type': unicode, - 'default': u"usa_west", + 'default': u"turkey", 'required': True }, 'secondary_gateway': { |