Configure Zoom meeting whitelist

So we only log contributions for actual Kosmos calls
This commit is contained in:
Basti 2020-05-25 16:57:09 +02:00
parent 82f1e9863b
commit f92b43e0f4
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -120,7 +120,8 @@ application app_path do
"KREDITS_SESSION_SECRET" => data_bag['kredits_session_secret'],
"KREDITS_GITHUB_KEY" => data_bag['kredits_github_key'],
"KREDITS_GITHUB_SECRET" => data_bag['kredits_github_secret'],
"KREDITS_ZOOM_JWT" => data_bag['kredits_zoom_jwt']
"KREDITS_ZOOM_JWT" => data_bag['kredits_zoom_jwt'],
"KREDITS_ZOOM_MEETING_WHITELIST" => "414901303"
}
)
notifies :run, "execute[systemctl daemon-reload]", :delayed