summaryrefslogtreecommitdiff
path: root/config/hledger.yml
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2013-04-19 17:57:46 -0400
committerClint Adams <clint@softwarefreedom.org>2013-04-19 17:57:46 -0400
commit514ff2acff2ba9ad9f809e22fc8ed5a986410e5d (patch)
treebe57afe59d966d65910b4f9336a0370f9ca18b26 /config/hledger.yml
Initial stab.
Diffstat (limited to 'config/hledger.yml')
-rw-r--r--config/hledger.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/hledger.yml b/config/hledger.yml
new file mode 100644
index 0000000..cd3ddae
--- /dev/null
+++ b/config/hledger.yml
@@ -0,0 +1,15 @@
+Default: &defaults
+ ledgers:
+ test: "/tmp/test.journal"
+
+Development:
+ <<: *defaults
+
+Testing:
+ <<: *defaults
+
+Staging:
+ <<: *defaults
+
+Production:
+ <<: *defaults