Listing 18.9. Zawartość pliku noth/config/databases.yml
all:
  propel:
    class: sfPropelDatabase
    param:
      classname: PropelPDO
      dsn: 'mysql:host=sql.gajdaw.nazwa.pl;dbname=gajdaw_13'
      username: gajdaw_13
      password: sEcReT_pAsSwOrD
      port: 3306
      encoding: utf8
      persistent: true
      pooling: true