From: Holger Amann Date: Fri, 22 Jan 2010 03:54:13 +0000 (+0800) Subject: Added sample config file X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=084fc89854bb40455c5de59affafc18bfb7745fa;p=mysql2postgres Added sample config file --- diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..528b6b9 --- /dev/null +++ b/config.yml @@ -0,0 +1,19 @@ +mysql: + hostname: localhost + port: 3306 + username: somename + password: secretpassword + databasename: somename + +postgres: + hostname: localhost + port: 5432 + username: somename + password: secretpassword + databasename: somename + +tables: + table1, + table2, + #table3, + table4