Sha256: 44422883ceeb39e72512184f5eb8f94397dd6b20e6e37b21e2fa87dd42a9a1a4

Contents?: true

Size: 386 Bytes

Versions: 7

Compression:

Stored size: 386 Bytes

Contents

# This is a standard ActiveRecord database.yml file. You can configure it 
# to use any database that ActiveRecord supports.

:adapter:  mysql
:encoding: utf8
:username: root
:password:
:socket:   /tmp/mysql.sock
:database: cloud_crowd

# 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

7 entries across 7 versions & 2 rubygems

Version Path
documentcloud-cloud-crowd-0.2.1 config/database.example.yml
documentcloud-cloud-crowd-0.2.2 config/database.example.yml
documentcloud-cloud-crowd-0.2.3 config/database.example.yml
cloud-crowd-0.2.4 config/database.example.yml
cloud-crowd-0.2.3 config/database.example.yml
cloud-crowd-0.2.2 config/database.example.yml
cloud-crowd-0.2.1 config/database.example.yml