Displaying 1 result from an estimated 1 matches for "argh_production".
2010 Aug 20
0
Problem with db:create
...pp,sharedapp,public
# Minimum log levels, in increasing order:
# debug5, debug4, debug3, debug2, debug1,
# log, notice, warning, error, fatal, and panic
# The server defaults to notice.
#min_messages: warning
production:
adapter: postgresql
encoding: unicode
database: argh_production
pool: 5
username: ******
password: ******
host: 127.0.0.1
# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn''t need configuration. Windows does not
have
# domain sockets, so uncomment these lines.
#host: localhost
#p...