[feat]Read fullcalendar license key from ENV
This commit is contained in:
parent
a35badb2ca
commit
c223959ffb
4 changed files with 8 additions and 1 deletions
|
|
@ -82,5 +82,9 @@ module Osem
|
|||
end
|
||||
|
||||
config.assets.paths << Rails.root.join('node_modules')
|
||||
|
||||
config.fullcalendar = {
|
||||
license_key: ENV['FULL_CALENDAR_LICENSE_KEY']
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue