-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.env
35 lines (27 loc) · 1.22 KB
/
example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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, decide wether for prod or test
GUI_HOST="data.dktk.dkfz.de|demo.lens.samply.de"
# Beam Configuration
# Read more about samply.beam at https://github.com/samply/beam
BROKER_HOST="broker.ccp-it.dktk.dkfz.de"
LOCAL_BEAM_ID="your-proxy-id"
LOCAL_BEAM_SECRET_SPOT="insert-a-random-passphrase-here"
LOCAL_BEAM_SECRET_PRISM="insert-a-random-passphrase-here"
# 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"
ALLOWED_GROUPS="SPACE SEPARATED LIST OF GROUPS"
# URL to catalogue.json; this is given to Spot to hold the catalogue (with extended metadata) for Lens
CATALOGUE_URL=
# Prism configuration
LOCAL_BEAM_SECRET_PRISM="insert-another-random-passphrase-here"
PROJECT=
# TODO: Auto-determine those
SITES="site1;site2;site3"
http_proxy=
https_proxy=