generated from samply/lens-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
20 lines (17 loc) · 812 Bytes
/
example.env
File metadata and controls
20 lines (17 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file is intended as template, please adjust the values before starting lens on your system
# To start using the configuration from this file, run
# cp example.env .env
# Docker Compose will now respect the values set in this file for variable substitution
# Applications DNS Name
GUI_HOST="your-gui-host-name";
# Beam Configuration
# Read more about samply.beam at https://github.com/samply/beam
BROKER_HOST="your-broker-host-name"
LOCAL_BEAM_ID="your-proxy-id"
LOCAL_BEAM_SECRET="insert-a-random-passphrase-here"
SITES_APP_ID="spot|focus"
# Request your OAUTH client from your oauth provider admin
OAUTH_ISSUER_URL="the-discovery-adress-of-your-oauth-provider"
OAUTH_CLIENT_ID="your-oauth-client-id"
OAUTH_CLIENT_SECRET="your-oauth-client-id"
AUTHENTICATION_SECRET="insert-a-random-passphrase-here"