18 lines
360 B
YAML
18 lines
360 B
YAML
|
default: &default
|
||
|
# Fully qualified domain name.
|
||
|
site_domain: 'libertarian-party.com'
|
||
|
|
||
|
# Email which all mail is sent from.
|
||
|
noreply_email_address: 'no-reply@libertarian-party.com'
|
||
|
noreply_email_contact: >-
|
||
|
Libertarian party of Russia <no-reply@libertarian-party.com>
|
||
|
|
||
|
development:
|
||
|
<<: *default
|
||
|
|
||
|
test:
|
||
|
<<: *default
|
||
|
|
||
|
production:
|
||
|
<<: *default
|