houdini/config/default_organization.yml
2018-09-10 14:26:09 -05:00

32 lines
806 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# License: CC0-1.0
# This is an example organization configuration file.
#
# How to use it:
# 1. Set an enviroment variable called ORG_NAME
# 2. Make a copy of this file and rename it to <ORG_NAME>.yml this will be your
# default settings file. You can also create <ORG_NAME>.enviroment.yml which
# will overwrite your settings on per enviroment basis.
# 3. Set your details in the new files et voila!
mailer:
default_from: Default Org Team <hi@defaultorg.com>"
delivery_method: "smtp"
address: "localhost"
port: 1025
host: "localhost:5000"
email: 'email@email.org'
devise:
mailer_sender: "hi@defaultorg.com"
intntl:
currencies: ["eur"]
eur:
unit: "euro"
subunit: "cents"
symbol: "€"
abbv: "eur"
format: "%n%u"
api_domain:
url: "http://localhost:5000"