public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
add sample typo/wordpress configs to database.example.yml

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@1949 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Wed Aug 30 21:35:08 -0700 2006
commit  28c29211ba6e4888626a4118ef11e974d63254cf
tree    acc04dec9d95a8ee6336d7ad556e3ca8ad250400
parent  80d6c8f17e54449445b81239a178fbd31c8d52b7
...
86
87
88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
...
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
0
@@ -86,3 +86,21 @@ sqlite3_example:
0
 sqlite3_in_memory_example:
0
   adapter: sqlite3
0
   database: ":memory:"
0
+
0
+# Typo converter needs this
0
+# if you are going to convert, then make sure this is set correctly
0
+typo:
0
+ adapter: mysql
0
+ database: typo
0
+ username:
0
+ password:
0
+ host: localhost
0
+
0
+# WordPress converter needs this
0
+# if you are going to convert, then make sure this is set correctly
0
+wp:
0
+ adapter: mysql
0
+ database: wordpress
0
+ username:
0
+ password:
0
+ host: localhost
0
\ No newline at end of file

Comments

    No one has commented yet.