projects
/
mysql2postgres
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b462087
)
Added sample config file
author
Holger Amann
<keeney@fehu.org>
Fri, 22 Jan 2010 03:54:13 +0000
(11:54 +0800)
committer
Max Lapshin
<max@maxidoors.ru>
Tue, 26 Jan 2010 08:07:08 +0000
(16:07 +0800)
config.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/config.yml
b/config.yml
new file mode 100644
(file)
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