parent
5e4f3fb730
commit
816f699f69
12 changed files with 607 additions and 457 deletions
|
|
@ -1,4 +1,9 @@
|
|||
# MySQL. Versions 4.1 and 5.0 are recommended.
|
||||
# Foodsoft database configuration for MySQL
|
||||
#
|
||||
# This file is in the public domain
|
||||
#
|
||||
#
|
||||
# MySQL versions 4.1 and 5.0 are recommended.
|
||||
#
|
||||
# Install the MYSQL driver
|
||||
# gem install mysql2
|
||||
|
|
@ -38,4 +43,4 @@ production:
|
|||
host: localhost
|
||||
username: root
|
||||
password: password
|
||||
# socket: /tmp/mysql.sock
|
||||
# socket: /tmp/mysql.sock
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
# SQLite version 3.x
|
||||
# Foodsoft database configuration for SQLite 3.x
|
||||
#
|
||||
# This file is in the public domain
|
||||
|
||||
development:
|
||||
adapter: sqlite3
|
||||
database: db/development.sqlite3
|
||||
|
|
@ -18,4 +21,4 @@ production:
|
|||
adapter: sqlite3
|
||||
database: db/production.sqlite3
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
timeout: 5000
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# Foodsoft development configuration.
|
||||
#
|
||||
# This file is in the public domain.
|
||||
|
||||
Foodsoft::Application.configure do
|
||||
# Settings specified here will take precedence over those in config/application.rb.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# Foodsoft production configuration.
|
||||
#
|
||||
# This file is in the public domain.
|
||||
|
||||
Foodsoft::Application.configure do
|
||||
# Settings specified here will take precedence over those in config/application.rb.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
# Foodsoft test configuration.
|
||||
#
|
||||
# This file is in the public domain.
|
||||
|
||||
Foodsoft::Application.configure do
|
||||
# Settings specified here will take precedence over those in config/application.rb.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue