forked from open-edge-platform/edge-ai-suites
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
16 lines (15 loc) · 674 Bytes
/
.env
File metadata and controls
16 lines (15 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: LicenseRef-Intel-Edge-Software
# This file is licensed under the Limited Edge Software Distribution License Agreement.
SCENESCAPE_URL="https://localhost"
SCENESCAPE_REMOTE_URL=""
SCENESCAPE_USERNAME="admin"
GRAFANA_URL="https://localhost/grafana/"
GRAFANA_REMOTE_URL=""
GRAFANA_USERNAME="admin"
GRAFANA_PASSWORD="admin"
INFLUX_DB_URL="http://localhost:8086"
INFLUX_REMOTE_DB_URL=""
NODE_RED_URL="https://localhost/nodered/"
NODE_RED_REMOTE_URL=""
PROJECT_GITHUB_URL="https://github.com/open-edge-platform/edge-ai-suites/blob/main/metro-ai-suite/metro-vision-ai-app-recipe/smart-intersection"