mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix bug in track list, also send accept/reject mails
This commit is contained in:
parent
f10d5e4c0e
commit
caa0dec6c4
7 changed files with 70 additions and 37 deletions
13
config/config.yml
Normal file
13
config/config.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
defaults: &defaults
|
||||
# The hostname to be used when building the URL in the emails
|
||||
url_for_emails: localhost:3000
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
||||
test:
|
||||
<<: *defaults
|
||||
|
||||
production:
|
||||
<<: *defaults
|
||||
|
||||
1
config/initializers/osem.rb
Normal file
1
config/initializers/osem.rb
Normal file
|
|
@ -0,0 +1 @@
|
|||
OSEM_CONFIG = YAML.load_file("#{Rails.root}/config/config.yml")[Rails.env]
|
||||
Loading…
Add table
Add a link
Reference in a new issue