Sha256: a0b4ef62978441c015c9d0f82203973e33aa40f78fbbfd95a6346f39acbfce4d

Contents?: true

Size: 634 Bytes

Versions: 3

Compression:

Stored size: 634 Bytes

Contents

# The location of the API server
server: 127.0.0.1

# The port of the API server
port: 8000

# Scheme (http/https)
# http - useful for development
# https - recommended for production
scheme: http

# SSL/TLS verify - has no effect is scheme is not set to https
# false - don't verify SSL/TLS (useful for development)
# true - verify SSL/TLS (recommended for production)
verify: false

# Where to send worker logs to (default: STDOUT)
#logger: ./bin/ssh_scan_worker.log

# Authentication - if using authentication on the API, you'll 
# need to have an auth token with matches in the API configuration
# auth_token: INSERT_WORKER_TOKEN

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ssh_scan-0.0.19 config/worker/config.yml
ssh_scan-0.0.18 config/worker/config.yml
ssh_scan-0.0.17 config/worker/config.yml