mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-24 00:31:35 +02:00
use SHARED_IMPORT_SECRET
This commit is contained in:
parent
19c29ef021
commit
ac5350c461
6 changed files with 12 additions and 5 deletions
|
@ -41,4 +41,5 @@ Rails.application.configure do
|
|||
$stdout.sync = true
|
||||
|
||||
config.hosts = ENV['APPLICATION_HOST'] || 'localhost'
|
||||
config.shared_import_secret = ENV['SHARED_IMPORT_SECRET']
|
||||
end
|
||||
|
|
|
@ -77,4 +77,5 @@ Rails.application.configure do
|
|||
config.active_record.dump_schema_after_migration = false
|
||||
|
||||
config.hosts = ENV['APPLICATION_HOST'] || 'stadtratmonitor.leipzig.codefor.de'
|
||||
config.shared_import_secret = ENV['SHARED_IMPORT_SECRET']
|
||||
end
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
development:
|
||||
key: insertyourkeyhere
|
Loading…
Add table
Add a link
Reference in a new issue