-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsettings.yml
151 lines (137 loc) · 3.55 KB
/
settings.yml
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
logger_level: Logger::INFO
#### Browser driver configs ####
webdriver:
browser: chrome
headless: false
chrome_binary_path: '/Applications/Google Chrome for Testing.app'
timeouts:
click_wait: 0.5
short: 8
medium: 30
long: 120
canvas_poller: 60
boac_poller: 12
#### Test user accounts ####
users:
super_admin_username: secret
super_admin_password: secret
super_admin_uid: secret
super_admin_canvas_id: secret
ets_qa_username: secret
ets_qa_password: secret
test_user_password: secret
oski_uid: secret
#### Test environment configs ####
# If BOAC is running on your workstation (e.g., you are a developer doing DevOps)
# then set 'api_base_url: http://localhost:5000'. Otherwise, keep 'api_base_url' and 'base_url' equal.
boac:
api_base_url: https://boa-qa.berkeley.edu
base_url: https://boa-qa.berkeley.edu
password: secret
term: Summer 2018
term_code: 2185
term_start_date: 2019-01-21
db_host: secret
db_port: secret
db_name: secret
db_user: secret
db_password: secret
test_default_cohort_major: [History BA]
test_degree_progress_major: [Bioengineering BS]
test_add_edit_uid: secret
class_page_max_users: 1
class_page_max_classmates: 3
class_page_max_size: 200
group_bulk_sids_max: 200
notes_batch_curated_group_count: 2
notes_batch_students_count: 3
notes_max_notes: 2
notes_max_users: 1
search_max_searches: 2
search_max_users: 1
search_word_count: 4
sis_data_max_users: 10
service_announcement: 'A service announcement'
cal_net:
base_url: https://auth-test.berkeley.edu
canvas:
base_url: https://ucberkeley.test.instructure.com
admin_sub_account: secret
uc_berkeley_sub_account: secret
official_courses_sub_account: secret
qa_sub_account: secret
enrollment_retries: 25
nessie:
pg_db_host: secret
pg_db_port: secret
pg_db_name: secret
pg_db_user: secret
pg_db_password: secret
ripley:
base_url: https://ripley-qa.ets.berkeley.edu
base_url_prod: https://ripley.ets.berkeley.edu
dev_auth_password: secret
admin_uid: secret
term_name: 'Spring 2023'
term_code: '2023-B'
term_sis_id: '2232'
recent_refresh_days_past: 180
course_template_dept: 'LAW'
course_prefixes: ['ECON C', 'CHEM 1A', 'LAW']
e_grades_site_ids: ['123', '456', '789']
e_grades_student_count: 10
newt_site_ids: ['987', '654', '321']
db_host: secret
db_port: secret
db_name: secret
db_user: secret
db_password: secret
newt_min_grade_count: 0
newt_small_cell_supp: 10
test_users:
- uid: 123456
canvas_id: 654321
email: '[email protected]'
full_name: 'Catherine of Aragon'
role: 'Teacher'
- uid: 234567
canvas_id: 765432
email: '[email protected]'
full_name: 'Anne Boleyn'
role: 'Lead TA'
- uid: 345678
canvas_id: 876543
email: '[email protected]'
full_name: 'Jane Seymour'
role: 'Student'
- uid: 456789
canvas_id: 987654
email: '[email protected]'
full_name: 'Anne of Cleves'
role: 'Reader'
- uid: 567890
canvas_id: 098765
email: '[email protected]'
full_name: 'Catherine Howard'
role: 'Owner'
- uid: 678901
canvas_id: 109876
email: '[email protected]'
full_name: 'Catherine Parr'
role: 'Member'
squiggy:
base_url: tbd
password: secret
dev_auth_user_id: secret
dev_auth_password: secret
lti_key: secret
lti_secret: secret
db_host: secret
db_port: secret
db_name: secret
db_user: secret
db_password: secret
poller_retries: 10
load_test_reps: 10
template_course_id: null
whiteboards: [123, 456, 789]