Skip to content

Commit 1cdea8c

Browse files
author
Ruben van Vreeland
committed
Update config.json with defaults
1 parent 2f3ee0e commit 1cdea8c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

config/config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"appName": "elastalert-server",
3+
"port": 3030,
4+
"elastalertPath": "/opt/elastalert",
5+
"verbose": false,
6+
"es_debug": false,
7+
"debug": false,
8+
"rulesPath": {
9+
"relative": true,
10+
"path": "/rules"
11+
},
12+
"templatesPath": {
13+
"relative": true,
14+
"path": "/rule_templates"
15+
}
16+
}

0 commit comments

Comments
 (0)