osem-fcy/config/config.yml.example

34 lines
1 KiB
Text
Raw Normal View History

defaults: &defaults
2014-04-23 15:45:55 +02:00
# 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
2014-04-23 15:05:56 +02:00
url_for_emails: "localhost:3000"
2014-04-11 12:32:15 +02:00
# errbit configuration, get your own instance: https://github.com/errbit/errbit
#errbit_key: See config/secrets.yml
2014-04-11 12:32:15 +02:00
#errbit_host: errbit.exmaple.com
# These are the currently supported commercial types for conference and events
2014-11-04 17:42:47 +01:00
# If you want to use iChain to handle registration and authentication enable the next lines
authentication:
ichain:
enabled: false
# Set it to false if you don't want FactoryGirl lint to run before every test suit.
# You can run lint manually with: bundle exec rake factory_girl:lint
factory_girl_lint: true
development:
<<: *defaults
test:
<<: *defaults
production:
<<: *defaults
2014-11-12 18:44:25 +02:00
# If you add more providers that do not require a key, you still have to create the 2 variables with sample data
transifex_live_api_key: ''