mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge branch 'config' of https://github.com/openfoodfoundation/openfoodnetwork into config
This commit is contained in:
16
config/application.yml.example
Normal file
16
config/application.yml.example
Normal file
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user