1+ config = {
2+
3+ # This config file is used only in appengine.beecoss.com (Sample website)
4+ # Don't use values defined here
5+ 'environment' : "boilerplate" ,
6+
7+ # contact page email settings
8+ 'contact_sender' : "appengine@beecoss.com" ,
9+ 'contact_recipient' : "appengine@beecoss.com" ,
10+
11+ 'captcha_public_key' : "6Lednu0SAAAAAKPyxzxIljKc3po4Fz7lmLsn5s3T" ,
12+ 'captcha_private_key' : "6Lednu0SAAAAAGkiiVKmkLvpGT1a-sCkaKf-E4xb" ,
13+
14+ 'send_mail_developer' : True ,
15+
16+ # fellas' list
17+ 'developers' : (
18+ ('GAE Developer' , 'gae-developer2014@beecoss.com' ),
19+ ),
20+
21+ # It is just an example to fill out this value
22+ 'google_analytics_code' : """
23+ <script>
24+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
25+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
26+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
27+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
28+
29+ ga('create', 'UA-47489500-1', 'auto', {'allowLinker': true});
30+ ga('require', 'linker');
31+ ga('linker:autoLink', ['beecoss.com', 'blog.beecoss.com', 'appengine.beecoss.com']);
32+ ga('send', 'pageview');
33+ </script>
34+ """
35+
36+ # ----> ADD MORE CONFIGURATION OPTIONS HERE <----
37+
38+ }
0 commit comments