
Dépôt officiel du code source de l'ERP OpenConcerto

svn://code.openconcerto.org/openconcerto
(root)/wiki/ConfigurationReseau.wiki @ 184 - Rev 3
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
ilm |
1 |
#summary Configuration manuelle PostgreSQL
|
|
|
2 |
#labels openconcerto,postgresql,configuration
|
|
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
|
6 |
Voici un exemple de configuration réseau multiposte utilisant PostgreSQL.
|
|
|
7 |
|
|
|
8 |
Dans cet exemple, le serveur à l'adresse IP : 192.168.1.10<br>
|
|
|
9 |
|
|
|
10 |
Le fichier de configuration *main.properties* (cf les logs pour les chemins) doit contenir les lignes:
|
|
|
11 |
{{{
|
|
|
12 |
server.ip=192.168.1.10:5432
|
|
|
13 |
server.driver=postgresql
|
|
|
14 |
systemRoot=OpenConcerto
|
|
|
15 |
customer=Gestion_Default
|
|
|
16 |
}}}
|
|
|
17 |
|