From a5680e611e6e8ab4da93b38bbd12b55027d5855b Mon Sep 17 00:00:00 2001 From: Rafael Schouten Date: Wed, 17 Sep 2014 12:05:28 +1000 Subject: [PATCH] add example yml --- config/application.yml.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/application.yml.example diff --git a/config/application.yml.example b/config/application.yml.example new file mode 100644 index 0000000000..986e1c9e22 --- /dev/null +++ b/config/application.yml.example @@ -0,0 +1,16 @@ +# Add application configuration variables here, as shown below. +# +# Change this, it has serious security implications. +# Minimum 30 but usually 128 characters. To obtain run 'rake secret', or faster, 'openssl rand -hex 128' +SECRET_TOKEN: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + +TIMEZONE: "Melbourne" +# Default country for dropdowns etc. +DEFAULT_COUNTRY: "Australia" +# Locale for translation. +I18N_LOCALE: "en" +# Spree zone. +CHECKOUT_ZONE: "Australia" +# Contact name for emails. +CONTACT_STRING: "Joe Bloggs and the OFN Team" +