forked from odpi/egeria-react-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env_sample
More file actions
10 lines (9 loc) · 679 Bytes
/
Copy path.env_sample
File metadata and controls
10 lines (9 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the ODPi Egeria project.
# This file is a sample .env file that can be used by developers.
# Copy this file to a file called .env and modify the values as required
# Each line configures a UI server (tenant) with the appropriate downstream server
#
# In this example the first line configures a ui server called aaa with a remote server name of "cocoView1" and URL of "https://localhost:9443"
EGERIA_PRESENTATIONSERVER_SERVER_aaa={"remoteServerName":"cocoView1","remoteURL":"https://localhost:9443"}
EGERIA_PRESENTATIONSERVER_SERVER_bbb={"remoteServerName":"cocoView2","remoteURL":"https://localhost:9443"}