~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
24
25
26
27
28
29
30
31
32
33
# -*- coding: utf-8 -*-

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

## 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
netrpc_port = 8070

## Database format
prefix = "SPRINT5"

## Other stuffs
default_email = 'null@msf.org'
company_name = 'Médecins Sans Frontières'
currency = 'base.EUR'

hq_count = 2
coordo_count = 2
project_count = 2

load_test = 1250