mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:21:42 +00:00
7 lines
187 B
Text
7 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']}"
|
|
}
|