pinpoint-docker-fork/pinpoint-web/.env

27 lines
513 B
Bash
Raw Normal View History

2023-03-03 08:31:13 +00:00
PINPOINT_VERSION=2.5.1
SPRING_PROFILES=release
2018-05-11 09:30:45 +00:00
### Pinpoint-Web
PINPOINT_WEB_NAME=pinpoint-web
2022-04-20 07:31:50 +00:00
WEB_SERVER_PORT=8080
2018-05-11 09:30:45 +00:00
#zookeeper information required
PINPOINT_ZOOKEEPER_ADDRESS=
2018-05-11 09:30:45 +00:00
WEB_LOGGING_LEVEL_ROOT=INFO
2018-05-11 09:30:45 +00:00
CLUSTER_ENABLE=true
2018-05-11 09:30:45 +00:00
ADMIN_PASSWORD=admin
2018-05-11 09:30:45 +00:00
#analytics
CONFIG_SENDUSAGE=true
2018-05-11 09:30:45 +00:00
CONFIG_SHOW_APPLICATIONSTAT=true
#mysql information required if used
JDBC_DRIVERCLASSNAME=com.mysql.jdbc.Driver
JDBC_URL=jdbc:mysql://pinpoint-mysql:3306/pinpoint?characterEncoding=UTF-8
2020-04-02 04:05:24 +00:00
JDBC_USERNAME=admin
JDBC_PASSWORD=admin