mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:26:22 +00:00
fix: las llaves estaban mal nombradas!! #13578
This commit is contained in:
parent
453798dcc7
commit
a27d68cf54
1 changed files with 2 additions and 2 deletions
4
app/views/env/index.js.haml
vendored
4
app/views/env/index.js.haml
vendored
|
@ -2,7 +2,7 @@
|
||||||
= cache @site do
|
= cache @site do
|
||||||
:plain
|
:plain
|
||||||
window.env = {
|
window.env = {
|
||||||
AIRBRAKE_SITE_ID: #{@site.id},
|
AIRBRAKE_PROJECT_ID: #{@site.id},
|
||||||
AIRBRAKE_API_KEY: "#{@site.airbrake_api_key}",
|
AIRBRAKE_PROJECT_KEY: "#{@site.airbrake_api_key}",
|
||||||
PANEL_URL: "#{ENV['PANEL_URL']}"
|
PANEL_URL: "#{ENV['PANEL_URL']}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue