app/config/parameters.ini
author cavaliet
Thu, 20 Oct 2011 18:35:34 +0200
changeset 14 fc78844c8a76
parent 13 ed54c98a7fc8
permissions -rwxr-xr-x
debug addtag for document
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
; These parameters can be imported into other config files
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
; by enclosing the key with % (like %database_user%)
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
; Comments start with ';', as in php.ini
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
[parameters]
13
ed54c98a7fc8 Add first files for tag list management.
cavaliet
parents: 0
diff changeset
     5
    database_driver   = pdo_mysql
0
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    database_host     = localhost
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    database_port     =
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
    database_name     = hdabo_sf
13
ed54c98a7fc8 Add first files for tag list management.
cavaliet
parents: 0
diff changeset
     9
    database_user     = root
ed54c98a7fc8 Add first files for tag list management.
cavaliet
parents: 0
diff changeset
    10
    database_password = admin
0
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    mailer_transport  = smtp
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
    mailer_host       = localhost
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
    mailer_user       =
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
    mailer_password   =
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
    locale            = en
7f95f8617b0b first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
13
ed54c98a7fc8 Add first files for tag list management.
cavaliet
parents: 0
diff changeset
    19
    secret            = ThisTokenIsNotSoSecretChangeIt