Created
May 25, 2016 18:27
-
-
Save kbens/864d662cbbf39337fc032a8079395b17 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################### | |
# psconfig.[$ENV].sh | |
# Script to set environment variables for an environment | |
############################################################### | |
# Environment name | |
ENV=fdev | |
# PS Homes | |
export PS_CFG_HOME=/opt/pscfg/$ENV | |
export PS_HOME=/opt/pshome/PT85503 | |
export PS_APP_HOME=/opt/psapp/FSCM92017 | |
export PS_CUST_HOME=/opt/pscust/$ENV | |
# Other | |
export TUXDIR=/opt/oracle/psft/pt/bea/tuxedo/tuxedo12.1.3.0.0 | |
export ORACLE_HOME=/opt/oracle/psft/db/oracle-server/12.1.0.2 | |
# Common | |
. $PSCONFIGS_DIR/psconfig.common.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment