ed8872422f
The primary license of the project is changing to: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later with some specific files to be licensed under the one of two licenses: CC0-1.0 LGPL-3.0-or-later This commit is one of the many steps to relicense the entire codebase. We decided to relicense the .yml files, which currently contain only translations, under CC0-1.0 for now. The project may in future place these files under a copyleft license, but will discuss that with the contributor community before doing so. Documentation granting permission for this relicensing (from all past contributors who hold copyrights) is on file with Software Freedom Conservancy, Inc.
29 lines
762 B
YAML
29 lines
762 B
YAML
# 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"
|