-
Notifications
You must be signed in to change notification settings - Fork 0
/
access-config.xml
39 lines (39 loc) · 1.54 KB
/
access-config.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<config>
<!-- Configuration for Github webhooks sync feature -->
<git-config>
<!-- github secret key can be stored here or as a environment variable. (prefered) -->
<private-key/>
<private-key-variable/>
<!-- github token for rate limiting. can be stored here or as a environment variable. (prefered) -->
<gitToken/>
<gitToken-variable/>
<!-- Branch to sync, if empty assumes master -->
<github-branch/>
<!-- Collection in eXistdb to sync app to. example: /db/apps/tcadrt -->
<exist-collection/>
<!-- App root in git repository. example: srophe-app -->
<repo-name/>
</git-config>
<!-- Configuration for recaptcha options -->
<recaptcha>
<!-- recpatcha secret key can be stored here or as a environment variable. (prefered) -->
<recaptcha-site-key/>
<recaptcha-secret-key/>
<recaptcha-secret-key-variable>secret</recaptcha-secret-key-variable>
</recaptcha>
<email>
<contact listID="ID">
<from/>
<to/>
</contact>
<contact>
<from/>
<to/>
</contact>
</email>
<google_analytics>var _gaq=[['_setAccount','UA-333143-26'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));</google_analytics>
</config>