l10n-switzerland-flectra/server_env_ebill_paynet/readme/DESCRIPTION.rst
2021-06-30 08:38:22 +02:00

17 lines
559 B
ReStructuredText

Server environment for Ebill Paynet
===================================
This module is based on the `server_environment` module to use files for
configuration. So we can have a different configuration for each
environment (dev, test, integration, prod). This module define the config
variables for the `ebill_paynet` module.
Exemple of the section to put in the configuration file::
[paynet_service.name_of_the_service]
use_test_service": True,
client_pid": 123456789,
service_type": b2b,
username": username,
password": password,