Changeset 5545f8d33d6839aea47e211dd34eedad1b25d9fc
Dimitrij Denissenko
Dimitrij Denissenko
9 months ago

Changeset 5545f8d

Fixed PostgreSQL database.yml template

Affected files:

  • Updated config/templates/database.postgresql.yml (Quick Diff)

    config/templates/database.postgresql.yml

    bfa5e985545f8d
    9
    #       Choose the win32 build.
    9
    #       Choose the win32 build.
    10
    #       Install PostgreSQL and put its /bin directory on your path.
    10
    #       Install PostgreSQL and put its /bin directory on your path.
    11
    production:
    11
    production:
    12
      adapter: postgresql
    12
      adapter: postgres
    13
      encoding: unicode
    13
      encoding: unicode
    14
      database: retrospectiva
    14
      database: retrospectiva
    15
      pool: 5
    15
      pool: 5