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
|
|
|
|
|
2016-11-18 12:45:30 +01:00
|
|
|
hooks: misp_taxii_hooks.hooks
|