From e6adf3ad39ac44fe4f6cdfd91c2936a5085bf08f Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Tue, 26 Sep 2017 23:31:51 +0100 Subject: [PATCH] chg: Clarify config file location Ref #16 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 47902c6..94c31da 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ mysql> grant all on taxiipersist.* to 'taxii'@'%' identified by 'some_password'; mysql> exit; ``` -Now, with that data edit `config.yaml`, and edit the `db_connection` parameters to match -your environment. Change `auth_api -> parameters -> secret` whilst you're here as well. +Now, with that data, copy `config/config.default.yaml` over to `config/config.yaml` and open it. Edit the `db_connection` parameters to match your environment. Change `auth_api -> parameters -> secret` whilst you're here as well. Do not forget to set your MISP server's URL and API key at the bottom. If you wish, you can edit the taxii service definitions in `services.yaml`,