Updated config mechanism and added config for the server
Additionally fixed a small bug in EnvoyLog and envoy.server.Startup, fixed Receiver not stopping when the server was stopped and added access token authorization for the server config
This commit is contained in:
14
server/src/main/resources/server.properties
Normal file
14
server/src/main/resources/server.properties
Normal file
@ -0,0 +1,14 @@
|
||||
enter-to-stop=true
|
||||
enableIssueReporting=true
|
||||
# git.kske.dev config
|
||||
issueCreationURL=https://git.kske.dev/api/v1/repos/zdm/envoy/issues?access_token=6d8ec2a72d64cbaf6319434aa2e7caf0130701b3
|
||||
userMadeLabel=240
|
||||
bugLabel=117
|
||||
featureLabel=119
|
||||
# api.github.com config - supply an additional auth token
|
||||
#issueCreationURL=https://api.github.com/repos/informatik-ag-ngl/envoy/issues
|
||||
#userMadeLabel="user made"
|
||||
#bugLabel="bug"
|
||||
#featureLabel="feature"
|
||||
consoleLevelBarrier=FINEST
|
||||
fileLevelBarrier=WARNING
|
Reference in New Issue
Block a user