[24597] users/jberry/mpwa/config/database.yml

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 28 15:32:35 PDT 2007


Revision: 24597
          http://trac.macosforge.org/projects/macports/changeset/24597
Author:   jberry at macports.org
Date:     2007-04-28 15:32:34 -0700 (Sat, 28 Apr 2007)

Log Message:
-----------
mpwa: begin to prepare for production deployment (as test)

Modified Paths:
--------------
    users/jberry/mpwa/config/database.yml

Modified: users/jberry/mpwa/config/database.yml
===================================================================
--- users/jberry/mpwa/config/database.yml	2007-04-28 22:01:55 UTC (rev 24596)
+++ users/jberry/mpwa/config/database.yml	2007-04-28 22:32:34 UTC (rev 24597)
@@ -25,12 +25,14 @@
   adapter: mysql
   database: mpwa_test
   username: mpwa
-  password:
+  password: xxxxxx
   host: localhost
+  socket: /opt/local/var/run/mysql5/mysqld.sock
 
 production:
   adapter: mysql
   database: mpwa_production
   username: mpwa
-  password: 
+  password: xxxxxx
   host: localhost
+  socket: /opt/local/var/run/mysql5/mysqld.sock

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070428/e5bb34a2/attachment.html


More information about the macports-changes mailing list