Sha256: ed8c07767a6350c42314a88bcaa68ea18a5e6071ab2f6b65624170b1e0d14dea

Contents?: true

Size: 495 Bytes

Versions: 26

Compression:

Stored size: 495 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:  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

26 entries across 26 versions & 2 rubygems

Version Path
cloud-crowd-0.7.5 config/database.example.yml
cloud-crowd-0.7.3 config/database.example.yml
cloud-crowd-0.7.2 config/database.example.yml
cloud-crowd-0.7.2.beta config/database.example.yml
cloud-crowd-0.7.2.pre3 config/database.example.yml
cloud-crowd-0.7.2.pre2 config/database.example.yml
cloud-crowd-0.7.2.pre config/database.example.yml
cloud-crowd-0.7.1 config/database.example.yml
cloud-crowd-0.7.0 config/database.example.yml
cloud-crowd-0.7.0.pre config/database.example.yml
cloud-crowd-0.6.2 config/database.example.yml
cloud-crowd-0.6.1 config/database.example.yml
cloud-crowd-0.6.0 config/database.example.yml
cloud-crowd-0.5.2 config/database.example.yml
cloud-crowd-0.5.0 config/database.example.yml
cloud-crowd-0.4.1 config/database.example.yml
cloud-crowd-0.4.0 config/database.example.yml
mooktakim-cloud-crowd-0.3.5 config/database.example.yml
mooktakim-cloud-crowd-0.3.4 config/database.example.yml
cloud-crowd-0.3.3 config/database.example.yml