Initial commit (code only without large binaries)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Tea.context(function () {
|
||||
this.type = ""
|
||||
|
||||
/**
|
||||
* syslog
|
||||
*/
|
||||
this.syslogProtocol = "none"
|
||||
|
||||
/**
|
||||
* Elastic Search
|
||||
*/
|
||||
this.esIsDataStream = false
|
||||
})
|
||||
Reference in New Issue
Block a user