We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b8cf3 commit 7c53ad5Copy full SHA for 7c53ad5
1 file changed
scripts/run_dashboard.sh
@@ -20,7 +20,7 @@ PROJECT_DIR="/Users/wborguest/wbor-studio-dashboard" # Full path to project dir
20
cd "$PROJECT_DIR" || exit # Navigate to the project dir
21
22
# Setting this after navigating to the project dir, since we need to be in the right directory for it to work
23
-CRASH_DISCORD_WEBHOOK=`jq -r '.dashboard_crash_discord_webhook_url' assets/api_keys.json`
+CRASH_DISCORD_WEBHOOK=`jq -r '.api_keys.dashboard_crash_discord_webhook_url' assets/env.json`
24
25
########## Second, seeing that the project builds
26
0 commit comments