Created
September 30, 2017 09:56
-
-
Save jialechan/7b545757ea70358d5e77770a5893ce3a to your computer and use it in GitHub Desktop.
LogAnalytics application.yml example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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