Sha256: 0a7851a0289e01ebbefc830b32f0728d882f46a31cb7c70ded3b55aaf54a5c11

Contents?: true

Size: 1.44 KB

Versions: 4

Compression:

Stored size: 1.44 KB

Contents

# WontoMedia - a wontology web application
# Copyright (C) 2011 - Glen E. Ivey
#    www.wontology.com
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License version
# 3 as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program in the file COPYING and/or LICENSE.  If not,
# see <http://www.gnu.org/licenses/>.


production:
  adapter: mysql
  encoding: utf8
  database: wontomedia_production
  pool: 5
  username: wontomedia-user
  password: replace-bad-passwd
  socket: /var/run/mysqld/mysqld.sock

development:
  adapter: mysql
  encoding: utf8
  database: wontomedia_development
  pool: 5
  username: wontomedia-user
  password: replace-bad-passwd
  socket: /var/run/mysqld/mysqld.sock

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  adapter: mysql
  encoding: utf8
  database: wontomedia_test
  pool: 5
  username: wontomedia-user
  password: replace-bad-passwd
  socket: /var/run/mysqld/mysqld.sock

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wontomedia-1.0.7 config/database-mysql-development.yml
wontomedia-1.0.6 config/database-mysql-development.yml
wontomedia-1.0.5 config/database-mysql-development.yml
wontomedia-1.0.4 config/database-mysql-development.yml