summaryrefslogtreecommitdiff
path: root/src/nopsyncd.master.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/nopsyncd.master.conf')
-rw-r--r--src/nopsyncd.master.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/nopsyncd.master.conf b/src/nopsyncd.master.conf
new file mode 100644
index 0000000..35e6ebc
--- /dev/null
+++ b/src/nopsyncd.master.conf
@@ -0,0 +1,16 @@
+sync_host=airplay.helsinki.at
+sync_port=2345
+
+src_db=rhnop
+src_table=now
+src_host=airplay.helsinki.at
+#src_port=3306
+src_user=nopsyncd
+src_pwd=123456
+
+dst_db=nop
+dst_table=master
+dst_host=127.0.0.1
+#dst_port=3306
+dst_user=nopsyncd
+dst_pwd=123456