Warning, /panda-server/templates/sysconfig/panda_server_env.systemd.rpmnew.template is written in an unsupported language. File is not indexed.
0001 # python venv
0002 VIRTUAL_ENV=@@virtual_env@@
0003
0004 OPTIONS="-f @@virtual_env@@/etc/panda/panda_server-httpd.conf"
0005
0006 # reset PATH/LD_LIBRARY_PATH since atlpan's ones break grid-tools
0007 PATH=@@virtual_env@@/bin:/bin:/usr/local/bin:/usr/bin
0008 LD_LIBRARY_PATH=
0009
0010 # for Rucio
0011 X509_CERT_DIR=/etc/grid-security/certificates
0012 RUCIO_ACCOUNT=panda
0013 RUCIO_APPID=pandasrv
0014
0015 # panda home
0016 PANDA_HOME=/data/atlpan
0017
0018 # timezone
0019 TZ=UTC
0020
0021 # import panda modules
0022 PYTHONPATH=@@install_purelib@@/pandacommon:@@install_purelib@@/pandaserver
0023
0024 # avoid to use AFS
0025 HOME=/home/@@panda_user@@
0026
0027 # set user's proxy
0028 X509_USER_PROXY=/data/atlpan/x509up_u25606
0029
0030 # panda server URLs
0031 PANDA_URL='http://pandaserver.cern.ch:25080/server/panda'
0032 PANDA_URL_SSL='https://pandaserver.cern.ch:25443/server/panda'
0033
0034 # API URLs
0035 PANDA_API_URL='http://pandaserver.cern.ch:25080/api/v1'
0036 PANDA_API_URL_SSL='https://pandaserver.cern.ch:25443/api/v1'
0037
0038 # MCP port
0039 PANDA_SERVER_CONF_PORT_MCP=25888
0040