5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-19 11:50:47 +00:00

fix: las llaves estaban mal nombradas!! #13578

This commit is contained in:
f 2024-03-26 12:28:19 -03:00
parent 453798dcc7
commit a27d68cf54
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
= cache @site do
:plain
window.env = {
AIRBRAKE_SITE_ID: #{@site.id},
AIRBRAKE_API_KEY: "#{@site.airbrake_api_key}",
AIRBRAKE_PROJECT_ID: #{@site.id},
AIRBRAKE_PROJECT_KEY: "#{@site.airbrake_api_key}",
PANEL_URL: "#{ENV['PANEL_URL']}"
}