~jfb-tempo-consulting/unifield-wm/sync-env-py3

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- coding: utf-8 -*-

## Postgres admin password
db_password = 'admin'
## admin password
admin_password = 'admin'
## User login & password
user_login = 'cto'
user_password = 'cto'

## Infos to connect to server (sync client side)
client_host = 'localhost' #'10.42.43.1'
client_port = 8069

## Infos to connect to server (sync server side)
server_host = 'localhost' #'10.42.43.1'
server_port = 8069

## Other stuffs
default_email = 'cto@openerp.com'
company_name = 'Médecins Sans Frontières'
currency = 'base.EUR'