Add more table objects, clean up existing code.
[kamitsukai.git] / etc / site_config.yml
blob71a1880c9129031a514dc7b1f0660d25b6aeee09
1 --- 
2 framework: 
3   AdminMode: 0
4   Database: 
5     AutoUpgrade: 1
6     CheckSchema: 1
7     Database: kamitsukai
8     Driver: mysql
9     Host: localhost
10     Password: 'kamitsukai'
11     User: 'kamitsukai'
12   DevelMode: 0
13 # DEBUG, INFO, WARN, ERROR, FATAL
14   LogLevel: INFO
15   Mailer: Sendmail
16   MailerArgs: []
18   Plugins: 
19     - 
20       Authentication::Facebook:
21         api_key: xxx
22         secret: xxx
24 # This is an api key for http://localhost
25     - GoogleMap:
26         apikey: ABQIAAAA1n6eQZahQNG1o1I0mRFfBRS6F3F5m64pBuBoA2DHLdIaDeirqBQ2-7BPwqO8vJtxLLDz2SROcgBTZw
28   Web: 
29     BaseURL: 'http://localhost/'
30     FastCGI:
31       MaxRequests: 50
32     ServeStaticFiles: 1
33     SessionSecret: YouShouldReallyCustomizeThis