· 8 years ago · Sep 25, 2017, 11:48 AM
1middleware:
2 httpListner:
3 interface: 0.0.0.0
4 port: 8083
5# sslParams:
6# key: server.key
7# cert: server.crt
8# ca: ""
9 listnerPID: mw.listner.pid
10 logFile: var/logs/mw.log
11 logLevel: INFO
12# asyncCmdPipe: var/run/async_command
13 asyncLogLevel: INFO
14 exposeErrors: False
15 mainDB:
16 driver: DBD.Postgres
17 connstr: "dbname=mob user=postgres password=test port=5433 host=localhost"
18 mainFTS:
19 driver: FTSD.ElasticSearch
20 connstr: "http://localhost:9200"
21 storages:
22 default: pg_largeobject
23 backends:
24 - pg_largeobject:
25 driver: pg_large_objects:PgLargeObjectsStorage
26 params:
27 connstr: "dbname=mob user=postgres password=test port=5433 host=127.0.0.1"
28
29services:
30 password:
31 salt: 1234567890qwertyuiopasdfghjklzxc
32 p24api:
33 merchant_id : 9786
34 pos_id : 9786
35 crc : 1234567890abcdef
36 return_path : /cart
37 url_status : http://dev.openbenefit.pl/api/p24/dev/status
38# request_url : http://localhost:8080/
39 env : test
40 fastdeal:
41 partner_id : 1
42 request_secret_key : 1234567890abcdefghij
43 response_secret_key: 1234567890abcdefghij
44 env : test
45# url : http://localhost:8002/
46 mailer:
47 host : localhost
48 port : 1025
49 user : ""
50 password : ""
51 trap : trap@localhost
52 admin_bcc: bcc@localhost
53 documents:
54 url: http://localhost:8081/
55 geo:
56 domain : "maps.google.pl"
57 secret_key: null
58 api_key : null
59 client_id : null
60 storage:
61# path: 'var/storage'
62 sms:
63 user : test_user
64 password : test_password
65 sender_id : test_sender_id
66# url : http://localhost
67 env : test