Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:fudgestudios/bort
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Neath committed Oct 7, 2008
2 parents 6caa6e5 + df09fe5 commit 87072a7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/database.yml
Expand Up @@ -24,6 +24,18 @@ test:
# username: root
# password:

staging:
# Sqlite3 Settings
adapter: sqlite3
database: db/staging.sqlite3
timeout: 5000
# Mysql Settings
# adapter: mysql
# encoding: utf8
# database: test_development
# username: root
# password:

production:
# Sqlite3 Settings
adapter: sqlite3
Expand Down
5 changes: 5 additions & 0 deletions config/settings.yml
Expand Up @@ -5,6 +5,11 @@ development: &non_production_settings

test:
<<: *non_production_settings

staging:
site_url: http://staging.example.com
site_name: Bort
admin_email: bort@bort.com

production:
site_url: http://www.example.com
Expand Down

0 comments on commit 87072a7

Please sign in to comment.