Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:58:16

0001 #!/bin/bash
0002 #
0003 # Licensed under the Apache License, Version 2.0 (the "License");
0004 # You may not use this file except in compliance with the License.
0005 # You may obtain a copy of the License at
0006 # http://www.apache.org/licenses/LICENSE-2.0OA
0007 #
0008 # Authors:
0009 # - Wen Guan, <wen.guan@cern.ch>, 2022
0010 
0011 export PANDA_AUTH=oidc
0012 export PANDA_URL_SSL=https://pandaserver-doma.cern.ch:25443/server/panda
0013 export PANDA_URL=http://pandaserver-doma.cern.ch:25080/server/panda
0014 export PANDAMON_URL=https://panda-doma.cern.ch
0015 export PANDA_AUTH_VO=Rubin:production
0016 
0017 # export PANDA_CONFIG_ROOT=/opt/idds/config/.panda/
0018 export PANDA_CONFIG_ROOT=${IDDS_HOME}/config/
0019 
0020 CurrentDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
0021 
0022 python ${CurrentDir}/setup_panda_token.py $@