Metadata-Version: 2.1
Name: odoo11-addon-server-env-connector-jira
Version: 11.0.1.0.0.99.dev4
Summary: Server environment for JIRA Connector
Home-page: https://www.camptocamp.com
Author: Camptocamp,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: odoo11-addon-connector-jira
Requires-Dist: odoo11-addon-server-environment
Requires-Dist: odoo (<11.1dev,>=11.0a)

Server environment for JIRA Connector
=====================================

This module is based on the `server_environment` module to use files for
configuration.  Thus we can have a different configuration for each
environment (dev, test, integration, prod).  This module define the config
variables for the `connector_jira` module.

In the configuration file, you can configure the location, enable/disable
the SSL and the webhook base url of the JIRA Backends.

Exemple of the section to put in the configuration file::

    [jira_backend.name_of_the_backend]
    uri = http://jira
    verify_ssl = 1
    odoo_webhook_base_url = http://odoo:8069


