Removing pusherport from config
This commit is contained in:
@ -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
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
[iris]
|
||||
enabled = true
|
||||
pusherport = 6681
|
||||
country = NZ
|
||||
locale = en_NZ
|
||||
Reference in New Issue
Block a user