Skip to content

Commit

Permalink
cleanup .env.template #85
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Nov 15, 2022
1 parent 3f532b2 commit 364f89b
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
[webui]
REACT_APP_usercert = /opt/rucio/etc/usercert_with_key.pem

[credentials]
REACT_APP_gcs = /opt/rucio/etc/google-cloud-storage-test.json
REACT_APP_signature_lifetime = 3600

[saml]
REACT_APP_config_path = /opt/rucio/lib/rucio/web/ui/common/saml/

[oidc]
REACT_APP_idpsecrets = /opt/rucio/etc/idpsecrets.json
REACT_APP_admin_issuer = wlcg

REACT_APP_oidc_provider_1 = name
REACT_APP_oidc_provider_1_authority = authority_url
REACT_APP_oidc_provider_1_client_id = client_id
Expand All @@ -24,23 +11,3 @@ REACT_APP_RUCIO_HOST = https://localhost:8443
[login_page_org_images]
REACT_APP_login_page_image_primary = images/atlas.png
REACT_APP_login_page_image_secondary = images/atlas.png

[account]
REACT_APP_accounts = /accounts
REACT_APP_account = /accounts/{account}
REACT_APP_account_attribute = /accounts/{account}/attr/{key}
REACT_APP_account_scope = /accounts/{account}/scopes/{scope}
REACT_APP_account_limit = /accounts/{account}/limits
REACT_APP_account_identities = /accounts/{account}/identities
REACT_APP_account_rules= /accounts/{account}/rules
REACT_APP_account_rules= /accounts/{account}/usage/history

[rules]
REACT_APP_rules = /rules
REACT_APP_rule = /rules/{rule_id}
REACT_APP_rule_locks = /rules/{rule_id}/locks
REACT_APP_rule_reduce = /rules/{rule_id}/reduce
REACT_APP_rule_move = /rules/{rule_id}/move
REACT_APP_rule_history = /rules/{rule_id}/history
REACT_APP_did_history = /rules/{scope_name}/history
REACT_APP_rule_analysis = /rules/{rule_id}/analysis

0 comments on commit 364f89b

Please sign in to comment.