# Gestion de la clé PARTAGE du fichier de configuration

Quand la clé PARTAGE de la configuration n'est pas vide, on ajoute un répertoire qui contient le nom de la configuration final à la clé.

&#x20;

Exemple 1:

&#x20;

\[GENERAL]

PARTAGE=C:\Toto

&#x20;

\[\*Mon Serveur]

SERVEUR\_GLOBAL\_TYPE=mysql

SERVEUR\_GLOBAL\_ADDRESS=SERVER

SERVEUR\_GLOBAL\_BDD=

SERVEUR\_GLOBAL\_USERNAME=simax

SERVEUR\_GLOBAL\_PASSWORD=simax

SERVEUR\_GLOBAL\_NUM\_PORT=3306

PARTAGE=C:\Temp

&#x20;

La liste des configurations est :

\- Mon Serveur - BDD1   => PARTAGE=C:\Temp\Mon Serveur - BDD1

\- Mon Serveur - BDD2   => PARTAGE=C:\Temp\Mon Serveur - BDD2

&#x20;

Exemple 2:

&#x20;

\[GENERAL]

PARTAGE=C:\Toto

&#x20;

\[\*Mon Serveur]

SERVEUR\_GLOBAL\_TYPE=mysql

SERVEUR\_GLOBAL\_ADDRESS=SERVER

SERVEUR\_GLOBAL\_BDD=

SERVEUR\_GLOBAL\_USERNAME=simax

SERVEUR\_GLOBAL\_PASSWORD=simax

SERVEUR\_GLOBAL\_NUM\_PORT=3306

&#x20;

La liste des configurations est :

\- Mon Serveur - BDD1   => PARTAGE=C:\Toto

\- Mon Serveur - BDD2   => PARTAGE=C:\Toto

<br>

Exemple 3:

&#x20;

\[GENERAL]

PARTAGE=

&#x20;

\[\*Mon Serveur]

SERVEUR\_GLOBAL\_TYPE=mysql

SERVEUR\_GLOBAL\_ADDRESS=SERVER

SERVEUR\_GLOBAL\_BDD=

SERVEUR\_GLOBAL\_USERNAME=simax

SERVEUR\_GLOBAL\_PASSWORD=simax

SERVEUR\_GLOBAL\_NUM\_PORT=3306

PARTAGE=

&#x20;

La liste des configurations est :

\- Mon Serveur - BDD1   => PARTAGE=

\- Mon Serveur - BDD2   => PARTAGE=


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.simax.fr/parametrage/installation/fichier-de-configuration/gestion-de-la-cle-partage-du-fichier-de-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
