Removing pusherport from config

This commit is contained in:
James Barnsley
2017-06-10 10:14:38 +12:00
parent 00068334fd
commit 9e8f3c0970
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ class Extension( ext.Extension ):
def get_config_schema(self):
schema = config.ConfigSchema(self.ext_name)
schema['enabled'] = config.Boolean()
schema['pusherport'] = config.String()
schema['country'] = config.String()
schema['locale'] = config.String()
return schema

View File

@ -1,5 +1,4 @@
[iris]
enabled = true
pusherport = 6681
country = NZ
locale = en_NZ