-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.env.development.local.template
65 lines (52 loc) · 2.36 KB
/
.env.development.local.template
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# ⚠️ The SESSION_PASSWORD should never be inside your repository directly
# For local development, you should store it inside a `.env.local` gitignored file
# See https://nextjs.org/docs/basic-features/environment-variables#loading-environment-variables
# You can generate a random 32 character string at https://1password.com/password-generator/
[public]
NEXT_PUBLIC_WEBUI_HOST=https://localhost:3000
[meta]
PROJECT_URL=https://atlas.cern/
[config]
ENABLE_USERPASS_LOGIN=true
RULE_ACTIVITY=User Subscriptions
[session]
SESSION_PASSWORD=2gyZ3GDw3LHZQKDhPmPDL3sjREVRXPr8
SESSION_COOKIE_NAME=rucio-webui-session
NODE_TLS_REJECT_UNAUTHORIZED=0
[gateway]
RUCIO_AUTH_HOST=https://rucio-devmaany.cern.ch:443
RUCIO_HOST=https://rucio-devmaany.cern.ch:443
PARAMS_ENCODING_ENABLED=false
[oidc]
OIDC_ENABLED=true
OIDC_PROVIDERS=cern,twitter
OIDC_PROVIDER_CERN_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
OIDC_PROVIDER_CERN_CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
OIDC_PROVIDER_CERN_AUTHORIZATION_URL=https://oauth.web.cern.ch/OAuth/Authorize
OIDC_PROVIDER_CERN_TOKEN_URL=https://oauth.web.cern.ch/OAuth/Token
OIDC_PROVIDER_CERN_REDIRECT_URL=https://oauth.web.cern.ch/OAuth/REDIRECT
OIDC_PROVIDER_CERN_USERINFO_URL=https://oauthresource.web.cern.ch/api/User
OIDC_PROVIDER_CERN_REFRESH_TOKEN_URL=https://oauthresource.web.cern.ch/api/refresh
OIDC_PROVIDER_TWITTER_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
OIDC_PROVIDER_TWITTER_CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
OIDC_PROVIDER_TWITTER_AUTHORIZATION_URL=https://api.twitter.com/oauth/authenticate
OIDC_PROVIDER_TWITTER_TOKEN_URL=https://api.twitter.com/oauth/access_token
OIDC_PROVIDER_TWITTER_REDIRECT_URL=https://api.twitter.com/oauth/redirect
OIDC_PROVIDER_TWITTER_USERINFO_URL=https://api.twitter.com/1.1/account/verify_credentials.json
OIDC_PROVIDER_TWITTER_REFRESH_TOKEN_URL=https://api.twitter.com/oauth/request_token
[multi_vo]
MULTIVO_ENABLED=true
VO_DEFAULT=def
VO_LIST=def,atl,ops,dtm
VO_DEF_NAME=Default
VO_DEF_LOGO=https://rucio.cern.ch/static/img/rucio-log
VO_ATL_NAME=ATLAS
VO_ATL_LOGO=https://atlas.cern/wp-content/uploads/2018/11/ATLAS-Logo-1.png
VO_ATL_OIDC_ENABLED=true
VO_ATL_OIDC_PROVIDERS=cern
VO_DTM_NAME="Data Management"
VO_DTM_LOGO=https://rucio.cern.ch/static/img/rucio-log
VO_OPS_NAME="Operations"
VO_OPS_LOGO=https://rucio.cern.ch/static/img/rucio-logo.png
VO_OPS_OIDC_ENABLED=true
VO_OPS_OIDC_PROVIDERS=twitter