Skip to content

Commit

Permalink
fix environment.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 23, 2024
1 parent 73b96eb commit f80c70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export EC_REGISTRY_MAPPING='github.com=ghcr.io'
# the namespace to use for kubernetes deployments - use local for local docker/podman
export EC_K8S_NAMESPACE=p47-iocs
# the git repo for this beamline (or accelerator domain)
export [email protected]:subinsaji/bl47p.git
export [email protected]:epics-containers/bl47p.git
# declare your centralised log server Web UI
# export EC_LOG_URL='https://graylog2.diamond.ac.uk/search?rangetype=relative&fields=message%2Csource&width=1489&highlightMessage=&relative=172800&q=pod_name%3A{ioc_name}*'
export EC_LOG_URL='https://graylog2.diamond.ac.uk/search?rangetype=relative&fields=message%2Csource&width=1489&highlightMessage=&relative=172800&q=pod_name%3A{ioc_name}*'
# enforce a specific container cli - defaults to whatever is available
# export EC_CONTAINER_CLI=podman
# enable debug output in all 'ec' commands
Expand Down

0 comments on commit f80c70f

Please sign in to comment.