mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Initial Rails4 Port
This commit is contained in:
parent
5923a66a88
commit
2e9b92c3af
19 changed files with 394 additions and 817 deletions
|
|
@ -1,8 +1,12 @@
|
|||
defaults: &defaults
|
||||
# The name of your instance
|
||||
name: OSEM
|
||||
# The sender address of emails
|
||||
devise_mail_sender: "no-reply@localhost"
|
||||
# The hostname to be used when building the URL in the emails
|
||||
url_for_emails: "localhost:3000"
|
||||
# A secret key for your rails app. You can generate one with 'rake secret'
|
||||
secret_key: 12345
|
||||
# A secret key. You can generate one with 'rake secret'
|
||||
devise_secret_key: '12345'
|
||||
# errbit configuration, get your own instance: https://github.com/errbit/errbit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue