mirror of
https://github.com/retailcrm/api-client-dotnet.git
synced 2025-02-16 20:33:14 +03:00
12 lines
426 B
Plaintext
12 lines
426 B
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<appSettings>
|
||
|
<add key="apiUrl" value="https://example.retailcrm.ru"/>
|
||
|
<add key="apiKey" value="BBBBBBBBBBBBBBBBBBBBBBBBBBBB"/>
|
||
|
<add key="site" value="default"/>
|
||
|
<add key="store" value="test-store"/>
|
||
|
<add key="manager" value="1"/>
|
||
|
<add key="customer" value="1" />
|
||
|
<add key="phone" value="+79999999999"/>
|
||
|
</appSettings>
|
||
|
</configuration>
|