Sha256: 0cbf48642fd0118aef7baaf17de283ce708a4b6e082840e4d389743cc55da60b

Contents?: true

Size: 492 Bytes

Versions: 1

Compression:

Stored size: 492 Bytes

Contents

# This is a standard ActiveRecord database.yml file. You can configure it 
# to use any database that ActiveRecord supports. Only the central server needs
# this file to be configured -- nodes never connect directly to the database.

:adapter:  postgresql
:encoding: unicode
:host:   localhost
:database: cloud_crowd
allow_concurrency: true

# If you'd prefer to use an SQLite database instead, the following configuration
# will do nicely:
#
# :adapter:  sqlite3
# :database: cloud_crowd.db

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cloud-crowd-0.7.6 config/database.example.yml