chg: Update basic config
parent
a69f5506a9
commit
8de5fea75f
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue