mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 15:56:20 +00:00
8 lines
212 B
Text
8 lines
212 B
Text
- if @site
|
|
= cache @site do
|
|
:plain
|
|
window.env = {
|
|
AIRBRAKE_PROJECT_ID: #{@site.id},
|
|
AIRBRAKE_PROJECT_KEY: "#{@site.airbrake_api_key}",
|
|
PANEL_URL: "#{ENV['PANEL_URL']}"
|
|
}
|