mirror of
https://github.com/openSUSE/osem.git
synced 2026-04-29 03:06:47 -04:00
27 lines
845 B
Plaintext
27 lines
845 B
Plaintext
defaults: &defaults
|
|
# The name of your instance
|
|
name: OSEM
|
|
# The sender address of emails
|
|
sender_for_emails: "no-reply@localhost"
|
|
# The hostname to be used when building the URL in the emails
|
|
url_for_emails: "localhost:3000"
|
|
# errbit configuration, get your own instance: https://github.com/errbit/errbit
|
|
#errbit_key: See config/secrets.yml
|
|
#errbit_host: errbit.exmaple.com
|
|
# These are the currently supported commercial types for conference and events
|
|
commercial_types: { youtube: 'YouTube',
|
|
slideshare: 'SlideShare',
|
|
flickr: 'Flickr',
|
|
vimeo: 'Vimeo',
|
|
speakerdeck: 'Speakerdeck',
|
|
instagram: 'Instagram' }
|
|
|
|
development:
|
|
<<: *defaults
|
|
|
|
test:
|
|
<<: *defaults
|
|
|
|
production:
|
|
<<: *defaults
|