Skip to content

Commit

Permalink
move to string keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Park committed Sep 15, 2011
1 parent 6cfc69d commit 14d0418
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config.ru
Expand Up @@ -2,7 +2,7 @@
$LOAD_PATH.unshift ::File.expand_path(::File.dirname(__FILE__) + '/lib')
require 'smallest_escrow'

map SmallestEscrow::Config["rack"][:map] do
map SmallestEscrow::Config["rack"]["map"] do
run SmallestEscrow::Web
end

14 changes: 7 additions & 7 deletions config.yml.sample
@@ -1,5 +1,5 @@
rack:
:map: "/"
map: "/"

datamapper:
:adapter: "redis"
Expand All @@ -11,10 +11,10 @@ bitbank:
:password: coinsecret

dwolla:
:key: ---------------key---------------
:secret: ---------------secret----------------
:receiving_address: XXX-XXX-XXXX
:soap_key: -soap-key-
:soap_secret: -soap-secret-
:host: http://my-escrow-service.local/
key: ---------------key---------------
secret: ---------------secret----------------
receiving_address: XXX-XXX-XXXX
soap_key: -soap-key-
soap_secret: -soap-secret-
host: http://my-escrow-service.local/

0 comments on commit 14d0418

Please sign in to comment.