-
Notifications
You must be signed in to change notification settings - Fork 1
/
st2.tests.conf
74 lines (58 loc) · 1.51 KB
/
st2.tests.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Config file used by integration tests
#
[api]
# Host and port to bind the API server.
host = 0.0.0.0
port = 9101
logging = st2tests/conf/logging.api.conf
mask_secrets = False
# allow_origin is required for handling CORS in st2 web UI.
# allow_origin = http://myhost1.example.com:3000,http://myhost2.example.com:3000
[sensorcontainer]
logging = st2tests/conf/logging.sensorcontainer.conf
sensor_node_name = sensornode1
partition_provider = name:default
[rulesengine]
logging = st2reactor/conf/logging.rulesengine.conf
[actionrunner]
logging = st2actions/conf/logging.conf
[auth]
host = 0.0.0.0
port = 9100
use_ssl = False
debug = False
enable = False
logging = st2tests/conf/logging.auth.conf
mode = standalone
backend = flat_file
backend_kwargs = {"file_path": "st2auth/conf/htpasswd_dev"}
# Base URL to the API endpoint excluding the version (e.g. http://myhost.net:9101/)
api_url = http://127.0.0.1:9101/
[system]
base_path = /opt/stackstorm
admin_users = testu
[content]
system_packs_base_path =
packs_base_paths = /tmp/packs/
[syslog]
host = localhost
port = 514
facility = local7
protocol = udp
[log]
excludes = requests,paramiko
redirect_stderr = False
mask_secrets = False
[system_user]
user = stanley
ssh_key_file = /home/vagrant/.ssh/stanley_rsa
[messaging]
url = amqp://guest:guest@localhost:5672/
[ssh_runner]
remote_dir = /tmp
[resultstracker]
logging = st2actions/conf/logging.resultstracker.conf
[notifier]
logging = st2actions/conf/logging.notifier.conf
[exporter]
logging = st2exporter/conf/logging.exporter.conf