-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.conf
142 lines (122 loc) · 1.89 KB
/
sample.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
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
[main]
athlete_ticket_ids = 4,5,6,7,12,13,14,15,20,21,22,23,28,29,30,31,32,33,34,35,40,41,42,43,48,49,50,51,52,53,54,55
male_sport_question_ids = (5, 6, 8)
female_sport_question_ids = (5, 6, 7, 8)
gender_question_id = 17
school_question_id = 15
sport_secret = 7968ea5ba89b72d24110ceece60da9c8
check_in_secret = 519724283fb79ae1370f8b11c6248f44
check_in_read_only = true
team_registration_open = true
[Tennis]
gender = mixed
max_teams_per_school = 5
min = 2
max = 2
[Street Workout]
gender = mixed
max_teams_per_school = 5
min = 4
max = 4
[Swimming]
gender = mixed
max_teams_per_school = 4
min = 4
max = 4
[Climbing]
gender = mixed
max_teams_per_school = 1
min=1
max=1
[Table Tennis]
gender = mixed
max_teams_per_school = 4
min = 2
max = 2
[Badminton]
gender = mixed
max_teams_per_school = 10
min = 2
max = 2
[Track]
gender = mixed
max_teams_per_school = 1
min=1
max=1
[Football]
gender = strict
max_teams_per_school = 4
minM = 8
maxM = 12
minF = 8
maxF = 11
school_mix_allowed = true
[Rugby]
gender = strict
max_teams_per_school = 3
minM = 16
maxM = 22
minF = 7
maxF = 13
[Handball]
gender = strict
max_teams_per_school = 4
minM = 7
maxM = 12
minF = 7
maxF = 12
school_mix_allowed = true
[Basketball]
gender = strict
max_teams_per_school = 3
minF = 5
maxF = 10
minM = 5
maxM = 10
[Volleyball]
gender = strict
max_teams_per_school = 4
minF = 6
maxF = 10
minM = 6
maxM = 10
[Ultimate]
gender = mixed
max_teams_per_school = 3
min = 5
max = 12
[Waterpolo]
gender = mixed
max_teams_per_school = 1
min = 8
max = 13
[Beach Volley]
gender = mixed
max_teams_per_school = 4
min = 3
max = 6
[Relay]
gender = mixed
max_teams_per_school = 5
min = 4
max = 4
[Cross Country]
gender = mixed
max_teams_per_school = 1
min=1
max=1
[Strongmen]
gender = mixed
max_teams_per_school = 1
min=1
max=1
[Pétanque]
gender = mixed
max_teams_per_school = 7
min = 2
max = 3
[Cheerleading]
gender = mixed
max_teams_per_school = 1
min = 2
max = 25