From 2845353f6b1fb659e19a5b8e8de7fa5b9b7c3843 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Tue, 26 Feb 2013 05:57:58 +0100 Subject: [PATCH] Added example config file. --- config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config diff --git a/config b/config new file mode 100644 index 0000000..5617098 --- /dev/null +++ b/config @@ -0,0 +1,11 @@ +remote_user = USER +remote_host = rdlugoleck.unixstorm.org +remote_dir = + +remote_db_name = DB_NAME +remote_db_user = DB_USER +remote_db_pass = DB_PASS + +local_db_name = DB_NAME +local_db_user = DB_USER +local_db_pass = DB_PASS -- 2.30.2