Search 1.9 billion lines of Odoo code on GitHub

server_env_storage_backend

Author: Camptocamp
License: AGPL-3
Branch: add-server-env
Repository: guewen/storage
Dependencies: server_environment, and storage_backend
Languages: Python (31, 60.8%), and reStructuredText (20, 39.2%)

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="storage-backend-server-environment-configuration"></a> <h2>Storage Backend - Server Environment Configuration</h2> <p>This module is based on the <code>server_environment</code> module to use files or environment variable for configuration. Thus we can have a different configuration for each environment (dev, test, staging, prod). This module defines the config variables for the <code>storage_backend</code> module.</p> <a name="configuration-and-usage"></a> <h3>Configuration and usage</h3> <p>In the configuration file, you can configure the directory_path of the storage backend.</p> <p>Exemple of the section to put in the configuration file or environment variable:</p> <pre> <code>[storage_backend.name_of_the_backend] directory_path = /demo</code> </pre> <a name="credits"></a> <h3 class="with-subtitle">Credits</h3> <h3 class="section-subtitle" id="contributors"><span class="section-subtitle">Contributors</span></h3> <ul class="simple"> <li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.com</a>&gt;</li> </ul>