|
|
@ -10,27 +10,27 @@ prometheus:
|
|
|
|
# Enable or disable Prometheus monitoring
|
|
|
|
# Enable or disable Prometheus monitoring
|
|
|
|
enable: true
|
|
|
|
enable: true
|
|
|
|
# List of ports that Prometheus listens on; these must match the number of rpc.ports to ensure correct monitoring setup
|
|
|
|
# List of ports that Prometheus listens on; these must match the number of rpc.ports to ensure correct monitoring setup
|
|
|
|
ports: [ 12170, 12171, 12172, 12173, 12174, 12175, 12176, 12177, 12178, 12179, 12180, 12181, 12182, 12183, 12184, 12185 ]
|
|
|
|
ports: [ 12170, 12171, 12172, 12173, 12174, 12175, 12176, 12177, 12178, 12179, 12180, 12182, 12183, 12184, 12185, 12186 ]
|
|
|
|
|
|
|
|
|
|
|
|
maxConcurrentWorkers: 3
|
|
|
|
maxConcurrentWorkers: 3
|
|
|
|
#Use geTui for offline push notifications, or choose fcm or jpns; corresponding configuration settings must be specified.
|
|
|
|
#Use geTui for offline push notifications, or choose fcm or jpns; corresponding configuration settings must be specified.
|
|
|
|
enable: geTui
|
|
|
|
enable: geTui
|
|
|
|
geTui:
|
|
|
|
geTui:
|
|
|
|
pushUrl: https://restapi.getui.com/v2/$appId
|
|
|
|
pushUrl: https://restapi.getui.com/v2/$appId
|
|
|
|
masterSecret:
|
|
|
|
masterSecret:
|
|
|
|
appKey:
|
|
|
|
appKey:
|
|
|
|
intent:
|
|
|
|
intent:
|
|
|
|
channelID:
|
|
|
|
channelID:
|
|
|
|
channelName:
|
|
|
|
channelName:
|
|
|
|
fcm:
|
|
|
|
fcm:
|
|
|
|
# Prioritize using file paths. If the file path is empty, use URL
|
|
|
|
# Prioritize using file paths. If the file path is empty, use URL
|
|
|
|
filePath: # File path is concatenated with the parameters passed in through - c(`mage` default pass in `config/`) and filePath.
|
|
|
|
filePath: # File path is concatenated with the parameters passed in through - c(`mage` default pass in `config/`) and filePath.
|
|
|
|
authURL: # Must start with https or http.
|
|
|
|
authURL: # Must start with https or http.
|
|
|
|
jpns:
|
|
|
|
jpns:
|
|
|
|
appKey:
|
|
|
|
appKey:
|
|
|
|
masterSecret:
|
|
|
|
masterSecret:
|
|
|
|
pushURL:
|
|
|
|
pushURL:
|
|
|
|
pushIntent:
|
|
|
|
pushIntent:
|
|
|
|
|
|
|
|
|
|
|
|
# iOS system push sound and badge count
|
|
|
|
# iOS system push sound and badge count
|
|
|
|
iosPush:
|
|
|
|
iosPush:
|
|
|
|