mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:31:41 +00:00
8 lines
187 B
Text
8 lines
187 B
Text
|
= cache @site do
|
||
|
:plain
|
||
|
window.env = {
|
||
|
AIRBRAKE_SITE_ID: #{@site&.id || 1},
|
||
|
AIRBRAKE_API_KEY: "#{@site&.airbrake_api_key}",
|
||
|
PANEL_URL: "#{ENV['PANEL_URL']}"
|
||
|
}
|