]> git.openstreetmap.org Git - rails.git/commitdiff
Reverting previous whoopsy, setting development hostname back to the correct value.
authorJohn McKerrell <john@mckerrell.net>
Mon, 7 May 2007 18:52:41 +0000 (18:52 +0000)
committerJohn McKerrell <john@mckerrell.net>
Mon, 7 May 2007 18:52:41 +0000 (18:52 +0000)
config/database.yml

index b44b9823a7a8adb09ba1837858effa6f4382f1fd..a972b44b376dc1123daa720d669a0f9b35bc53b6 100644 (file)
@@ -15,7 +15,7 @@ development:
   database: openstreetmap
   username: openstreetmap
   password: openstreetmap
-  host: localhost
+  host: 128.40.58.203
 
 # Warning: The database defined as 'test' will be erased and
 # re-generated from your development database when you run 'rake'.