summaryrefslogtreecommitdiffstats
path: root/examples/hierarchical-env/config/production.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hierarchical-env/config/production.toml')
-rw-r--r--examples/hierarchical-env/config/production.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/hierarchical-env/config/production.toml b/examples/hierarchical-env/config/production.toml
new file mode 100644
index 0000000..cd0c4cf
--- /dev/null
+++ b/examples/hierarchical-env/config/production.toml
@@ -0,0 +1,13 @@
+debug = false
+
+[sparkpost]
+key = "sparkpost-prod-key"
+token = "sparkpost-prod-token"
+
+[twitter]
+consumer_token = "twitter-prod-consumer-key"
+consumer_secret = "twitter-prod-consumer-secret"
+
+[braintree]
+public_key = "braintree-prod-public-key"
+private_key = "braintree-prod-private-key"