Revisions

gist: 54065 Download_button fork
public
Description:
sflimetracker databases.yml modified to use mysql
Public Clone URL: git://gist.github.com/54065.git
Embed All Files: show embed
databases.yml #
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
all:
  propel:
    class: sfPropelDatabase
    param:
      encoding: binary
      persistent: true
 
    # mysql
    param:
      dsn: mysql://user:password@localhost/limetracker
 
    ## sqlite
    #param:
    # phptype: sqlite
    # database: %SF_DATA_DIR%/tracker.db
 
## For developers only!
#dev:
# propel:
# param:
# dsn: mysql://localhost/limetracker
 
# this environment included to help with project builds
sqlite:
  propel:
    param:
      phptype: sqlite
      database: %SF_DATA_DIR%/tracker.db