-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.txt
48 lines (42 loc) · 1.31 KB
/
config.txt
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
[HIT Configuration]
title = Psychology Experiment
description = [10 minutes] Do your best to remember colored circles.
amt_keywords = Working Memory, Psychology
lifetime = 24
us_only = true
approve_requirement = 85
contact_email_on_error = YOUR_EMAIL
ad_group = Change Detection
psiturk_keywords = Change Detection
organization_name = YOUR_ORGANIZATION
browser_exclude_rule = MSIE, mobile, tablet
allow_repeats = false
[Database Parameters]
database_url = sqlite:///participants.db
table_name = participants
[Server Parameters]
host = localhost
port = 22362
cutoff_time = 60
logfile = server.log
loglevel = 2
debug = false
login_username = examplename
login_pw = examplepassword
threads = auto
secret_key = 'this is my secret key which is hard to guess, i should change this'
#certfile = <path_to.crt>
#keyfile = <path_to.key>
#adserver_revproxy_host = www.location.of.your.revproxy.sans.protocol.com
#adserver_revproxy_port = 80 # defaults to 80
[Task Parameters]
experiment_code_version = 1.0
num_conds = 1
num_counters = 1
[Shell Parameters]
launch_in_sandbox_mode = true
# If you are not using the psiturk ad server, set `use_psiturk_ad_server` to `false` and point `ad_location` to your proxy server <host> and <port>. Format the ad_location like this:
#
# https://<host>:<port>/ad
use_psiturk_ad_server = true
ad_location = false