From ae72c6b1a02b0c03dfba3f4302b792d871a40eb8 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 18 Oct 2016 09:58:27 -0500 Subject: [PATCH] Added example configuration file for deploy tool. --- etc/personal-planning-example.config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/personal-planning-example.config.json diff --git a/etc/personal-planning-example.config.json b/etc/personal-planning-example.config.json new file mode 100644 index 0000000..f897775 --- /dev/null +++ b/etc/personal-planning-example.config.json @@ -0,0 +1,8 @@ +{ + "repo": "_git@git.jdb-labs.com:jdb/personal-planning.git", + "ftp": { + "root": "ftp://ftp.fastmail.com/jonathan.jdbernard.com/files/personal-planning", + "username": "jonathan@jdbernard.com", + "password": "" + } +}