forked from tbt-post/edi-receiver
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedi-receiver.properties
44 lines (38 loc) · 1.32 KB
/
edi-receiver.properties
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
34
35
36
37
38
39
40
41
42
43
44
upstream.topics="document,event_parcel,fms_contragent_announcement,fms_emoney_event,order_payment,refill_payment,wms_event,wms_item_announcement,wms_registry_announcement,wms_stocktaking_message,bms_contragent_update"
upstream.schema-list="https://api.github.com/repos/tbt-post/tbtapi-docs/contents/edi/json-schema/"
upstream.test-list="https://api.github.com/repos/tbt-post/tbtapi-docs/contents/tests/edi/json-schema/"
upstream.cache-dir="/tmp/edi-receiver"
upstream.sync=false
api.host="0.0.0.0"
api.port=8000
api.ping.host="api.github.com"
api.ping.port=443
db="pg"
jdbc.host="localhost"
jdbc.database="edi"
jdbc.query-string=""
jdbc.max-idle-time-excess-connections=1800
jdbc.max-idle-time=10800
jdbc.initial-pool-size=3
jdbc.max-pool-size=10
jdbc.max-statements=0
jdbc.max-statements-per-connection=0
jdbc.description="clojure c3p0 pool"
jdbc.acquire-increment=1
jdbc.unreturned-connection-timeout=0
pg.driver-class="org.postgresql.Driver"
pg.driver="postgresql"
pg.port=5432
pg.user="postgres"
pg.password="postgres"
pg.query-string="?prepareThreshold=0"
mysql.driver-class="com.mysql.jdbc.Driver"
mysql.driver="mysql"
mysql.port=3306
mysql.user="root"
mysql.password="mysql"
mysql.query-string="?useLegacyDatetimeCode=false&serverTimezone=UTC"
buffer.tries-interval-ms=10000
buffer.max-size=1000
buffer.max-tries=10
buffer.expire-time-s=nil