From ab434db25509355b8c05900ac7254db84be0efbc Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 15 Feb 2012 19:16:47 -0800 Subject: [PATCH] add HE config --- examples/hyperestraier_config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/hyperestraier_config diff --git a/examples/hyperestraier_config b/examples/hyperestraier_config new file mode 100644 index 0000000..86ef7f6 --- /dev/null +++ b/examples/hyperestraier_config @@ -0,0 +1,15 @@ +## configuration options + +## database creation + +estcmd create -si -apn -xh3 \ + -attr status string \ + -attr subject string \ + -attr date number \ + -attr submitter string \ + -attr package string \ + -attr tags string \ + -attr severity string \ + bts + +# status subject date submitter package tags severity \ No newline at end of file -- 2.39.2