Skip to content

Instantly share code, notes, and snippets.

@jialechan
Created September 30, 2017 09:56
Show Gist options
  • Save jialechan/7b545757ea70358d5e77770a5893ce3a to your computer and use it in GitHub Desktop.
Save jialechan/7b545757ea70358d5e77770a5893ce3a to your computer and use it in GitHub Desktop.
LogAnalytics application.yml example
core:
logPath: /Users/jialechan/idesWorkspaces/LogAnalytics/src/test/resources/
hostList:
- sitelog
mail:
mailTitle: 服务器请求日报
senderHost: smtp.qiye.xxx.com
senderUsername: [email protected]
senderPassword: xxx
emailFrom: [email protected]
receiverList:
- [email protected]
ignoreStartWith:
accessIgnoreStartWithList:
- /favicon.ico
callIgnoreStartWithList:
- /favicon.ico
consumeIgnoreStartWithList:
- /favicon.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment