Sha256: b9254fce0df3384fbbf7b8713fabe1474cb8796946dedb20c779cd2f4a312b48

Contents?: true

Size: 661 Bytes

Versions: 6

Compression:

Stored size: 661 Bytes

Contents

# Shoppe Configuration File
# !! Be sure to restart your server after making any changes to this file.

# The name of your Shoppe store.
store_name: Ye Old Widget Shoppe

# The e-mail address used to send all ourbound messages through Shoppe.
email_address: sales@example.com

# The currency unit which should be shown before all currency values
# within the Shoppe interface.
currency_unit: '£'

# The name of "tax" which you would like displayed within the Shoppe
# interface.
tax_name: VAT

# If enabled, Shoppe will behave in demo mode. This removes the requirement
# to login to the Shoppe interface and disabled editting of users. 
demo_mode: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shoppe-0.0.20 test/app/config/shoppe.yml
shoppe-0.0.19 test/app/config/shoppe.yml
shoppe-0.0.18 test/app/config/shoppe.yml
shoppe-0.0.17 test/app/config/shoppe.yml
shoppe-0.0.16 test/app/config/shoppe.yml
shoppe-0.0.15 config/shoppe.example.yml