Sha256: e20e65b39cda3375d6f77faf973c06ed673d9676fb2ef16d8a24198ee6cf0dd0

Contents?: true

Size: 921 Bytes

Versions: 9

Compression:

Stored size: 921 Bytes

Contents

# WontoMedia - a wontology web application
# Copyright (C) 2010 - 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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wontomedia-1.0.2 config/database-mysql.yml
wontomedia-1.0.1 config/database-mysql.yml
wontomedia-1.0.0 config/database-mysql.yml
wontomedia-0.2.1 config/database-mysql.yml
wontomedia-0.2.0 config/database-mysql.yml
wontomedia-0.1.1 config/database-mysql.yml
wontomedia-0.1.0 config/database-mysql.yml
wontomedia-0.0.2 config/database-mysql.yml
wontomedia-0.0.1 config/database-mysql.yml