chg: Update basic config

pull/7/head
Hannah Ward 2017-03-31 10:35:43 +01:00
parent a69f5506a9
commit 8de5fea75f
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 6 additions and 4 deletions

View File

@ -14,14 +14,16 @@ if [ ! -f $CONFIGDIR/local-server.yml ]; then
cat >> $CONFIGDIR/local-server.yml << EOF cat >> $CONFIGDIR/local-server.yml << EOF
host: localhost host: localhost
port: 9000 port: 9000
discovery_path: discovery_path: /services/discovery
inbox_path: /services/inbox
use_https: False use_https: False
taxii_version: '1.1' taxii_version: '1.1'
headers: headers:
auth: auth:
username: username: test
password: password: test
collection: collections:
- collection
EOF EOF
fi fi