MISP-Taxii-Server/config/config.default.yaml

44 lines
866 B
YAML
Raw Normal View History

2016-11-18 10:28:00 +01:00
---
domain: "localhost:9000"
support_basic_auth: yes
persistence_api:
class: opentaxii.persistence.sqldb.SQLDatabaseAPI
parameters:
2016-11-18 13:22:12 +01:00
db_connection: mysql://taxii:some_password@localhost/taxiipersist
2016-11-18 10:28:00 +01:00
create_tables: yes
auth_api:
class: opentaxii.auth.sqldb.SQLDatabaseAPI
parameters:
2016-11-18 13:22:12 +01:00
db_connection: mysql://taxii:some_password@localhost/taxiiauth
2016-11-18 10:28:00 +01:00
create_tables: yes
secret: ILoveTheSecretStringIsIsGreatButNeedsToBeChangedFrienderino
logging:
2016-11-18 13:22:12 +01:00
opentaxii: info
2016-11-18 10:28:00 +01:00
root: info
hooks: misp_taxii_hooks.hooks
2016-11-23 16:31:56 +01:00
# Sample configuration for misp_taxii_server
zmq:
host: localhost
port: 50000
misp:
url: "http://localhost"
api: KEY
2020-05-13 22:59:56 +02:00
dedup: true
collections:
- my_collection
- my_collection2
publish: false
2017-07-26 15:40:49 +02:00
taxii:
auth:
username: ABC
password: CDE
collections:
- collection