public
Description: PHP Lifestream Aggregator, built with Zend Framework
Homepage: http://blog.johannilsson.me/tagged/phplifestream
Clone URL: git://github.com/johannilsson/phplifestream.git
phplifestream / deploy_env.properties.example
100644 35 lines (30 sloc) 0.754 kb
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
;
; Properties in this files will be used by the ant script build.xml to replace
; values for the production environment in the app/conf directory.
;
 
;
; Database Settings
;
db.params.host =
db.params.username =
db.params.password =
db.params.dbname =
 
;
; Enable profiler. Will display page execution time and query statistics in a
; html comment block at the end of the rendered page.
;
profiler.enabled = false
 
;
; Auth settings
;
auth.identities.username1 =
auth.identities.username1.openIdIdentity =
 
;
; Google Analyics tracker id, leave empty if you dont have any analytics account
;
tracker.webPropertyId =
 
;
; Disqus Comment integration, leave empty if you dont have an account or do not
; want comments.
;
disqus.shortName =