forked from StackStorm/st2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathst2.tests.conf
88 lines (66 loc) · 1.79 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Config file used by integration tests
[database]
db_name = st2-test
[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]
# This way integration tests can write to this directory
base_path = /tmp
[garbagecollector]
logging = st2reactor/conf/logging.garbagecollector.conf
action_executions_ttl = 20
trigger_instances_ttl = 20
collection_interval = 1
[content]
system_packs_base_path =
packs_base_paths = st2tests/st2tests/fixtures/packs/
[syslog]
host = 127.0.0.1
port = 514
facility = local7
protocol = udp
[webui]
# webui_base_url = https://mywebhost.domain
[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:[email protected]: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