v.2.5.3
This commit is contained in:
8
pinpoint-batch/build/config/pinpoint-batch.properties
Normal file
8
pinpoint-batch/build/config/pinpoint-batch.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
##########
|
||||
# another way of setting properties.
|
||||
# applied priority '.ENV' -> 'pinpoint-web.properties'
|
||||
# property should be commented in docker-compose file to use
|
||||
# ex) PINPOINT_ZOOKEEPER_ADDRESS should be commented in docker-compose to use pinpoint.zookeeper.address below
|
||||
##########
|
||||
|
||||
pinpoint.zookeeper.address=
|
||||
5
pinpoint-batch/build/scripts/start-batch.sh
Normal file
5
pinpoint-batch/build/scripts/start-batch.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -x
|
||||
|
||||
exec java -jar /pinpoint/pinpoint-batch.jar --spring.config.additional-location=/pinpoint/config/pinpoint-batch.properties
|
||||
Reference in New Issue
Block a user