Added sample config file
authorHolger Amann <keeney@fehu.org>
Fri, 22 Jan 2010 03:54:13 +0000 (11:54 +0800)
committerMax Lapshin <max@maxidoors.ru>
Tue, 26 Jan 2010 08:07:08 +0000 (16:07 +0800)
config.yml [new file with mode: 0644]

diff --git a/config.yml b/config.yml
new file mode 100644 (file)
index 0000000..528b6b9
--- /dev/null
@@ -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