Skip to content

Instantly share code, notes, and snippets.

@clarsonneur
Created March 19, 2015 17:20
Show Gist options
  • Save clarsonneur/6d0d0fb7fe20097144f0 to your computer and use it in GitHub Desktop.
Save clarsonneur/6d0d0fb7fe20097144f0 to your computer and use it in GitHub Desktop.
# System-wide configuration
[api]
# Host and port to bind the API server.
host = 0.0.0.0
port = 9101
logging = /etc/st2api/logging.conf
serve_webui_files = True
# allow_origin is required for handling CORS in st2 web UI.
# allow_origin = http://myhost1.example.com:3000,http://myhost2.example.com:3000
[sensorcontainer]
actionexecution_base_url = http://0.0.0.0:9101/actionexecutions
logging = /etc/st2reactor/logging.sensorcontainer.conf
[rulesengine]
logging = /etc/st2reactor/logging.rulesengine.conf
[actionrunner]
logging = /etc/st2actions/logging.conf
[auth]
host = 0.0.0.0
port = 9100
use_ssl = False
debug = False
enable = False
mode = proxy
logging = /etc/st2auth/logging.conf
# Base URL to the API endpoint excluding the version (e.g. http://myhost.net:9101/)
api_url =
[system]
base_path = /opt/stackstorm
[syslog]
host = localhost
port = 514
facility = local7
protocol = udp
[log]
excludes = requests,paramiko
redirect_stderr = False
[system_user]
user = stanley
ssh_key_file = //home/stanley/.ssh/stanley_rsa
[messaging]
url = amqp://guest:guest@localhost:5672/
[ssh_runner]
remote_dir = /tmp
[st2_webhook_sensor]
host = 0.0.0.0
port = 6000
url = /webhooks/st2/
[generic_webhook_sensor]
host = 0.0.0.0
port = 6001
url = /webhooks/generic/
[action_sensor]
triggers_base_url = http://localhost:9101/triggertypes/
[resultstracker]
logging = /etc/st2actions/logging.resultstracker.conf
[content]
packs_base_paths=/home/fedora/src/hub/packs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment