We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e587f2 + 367c929 commit 66eb7daCopy full SHA for 66eb7da
.gitignore
@@ -23,3 +23,4 @@ data
23
nohup.out
24
.spmjspid
25
elasticsearch-1.1.1
26
+config/base.yaml
README.md
@@ -16,6 +16,10 @@ $ npm install
16
17
## Config
18
19
+```bash
20
+$ cp config/base.default.yaml config/base.yaml
21
+```
22
+
Modify `config/base.yaml` as you need.
## Deploy
config/base.yaml renamed to config/base.default.yaml
0 commit comments