MISP-Taxii-Server/config.yaml

23 lines
534 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