mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
25 lines
603 B
ReStructuredText
25 lines
603 B
ReStructuredText
Define values under global section name called 'pingen', or in case of different config per company - global section name connected with company name:
|
|
|
|
.. code-block:: bash
|
|
|
|
[pingen]
|
|
pingen_clientid = *****************
|
|
pingen_organization = ********-****-****-*****-*******
|
|
pingen_staging =
|
|
|
|
or:
|
|
|
|
[pingen.My Company (San Francisco)]
|
|
pingen_clientid = *****************
|
|
pingen_organization = ********-****-****-*****-*******
|
|
pingen_staging =
|
|
|
|
[pingen.My Company (Chicago)]
|
|
pingen_clientid = *****************
|
|
pingen_organization = ********-****-****-*****-*******
|
|
pingen_staging =
|
|
|
|
|
|
|
|
|