diff options
author | kali <kali@leap.se> | 2012-09-25 05:48:06 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-10-02 05:27:15 +0900 |
commit | abf481cab381a86d8a9c5607a131b56636081382 (patch) | |
tree | 813ef6de78207cde08da6afa5f73e5d52af1e385 /src/leap/eip/specs.py | |
parent | 5d8e518d03e9fd045a75a63fec79b52392266c26 (diff) |
refactored jsonconfig, included jsonschema validation
and type casting.
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 a10a9623..1a670b0e 100644 --- a/src/leap/eip/specs.py +++ b/src/leap/eip/specs.py @@ -62,7 +62,7 @@ eipconfig_spec = { }, 'primary_gateway': { 'type': unicode, - 'default': u"usa_west", + 'default': u"turkey", #'required': True }, 'secondary_gateway': { |