mirror of
https://github.com/bringout/oca-report.git
synced 2026-04-21 11:02:06 +02:00
24 lines
603 B
ReStructuredText
24 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 =
|
|
|
|
|
|
|
|
|