# Configuration settings for WebSphereScript.py and WebSphereDeploy.py
# Format is 'key = value'.  Spaces are ignored. On Unix-like OS the paths 
# should be according to Unix syntax (forward slashes).

# Value of FIPER_HOME must include OS
FIPER_HOME  = C:\SIMULIA\Isight\2023\win_b64
FIPER_CONF  = C:\SIMULIA\Isight\2023\config

# BSF_ROOT is for DS internal use. Customers must not remove this field -
# leave it blank.
BSF_ROOT    = 

# Provide the details for the user who created/owns the FIPER database schema 
# in Oracle. Note that, the username/password used to create the database should 
# be the same as the one as is used to access it.
DB_USER     = fiperacs

# Password associated with DB_USER
DB_USER_PW  = fiperacs

# DB_TYPE should always be ORACLE
DB_TYPE     = ORACLE

# WebSphere console logon
SEE_USER    = seeadmin

# password for SEE_USER
SEE_USER_PW = admin123#

# Fully-qualified name of machine running WebSphere. You can use 'localhost' 
# only if ALL stations are on the same machine as Websphere (demo laptop).
WAS_HOST    = foo.bar.xxx.com

# Arbitrary name used in properties file names. Typically you should leave 
# this blank as your FIPER_CONF folder, by default, contains acs.properties, 
# webtop.properties and webdashboard.properties files. However, you may modify 
# these files to say, acs-see1.properties etc. in which case, you should set 
# the value of 'SERVER_NAME' to 'see1'. Note that, in such a case, all the 3 
# file names must have identical suffix.
SERVER_NAME = 

# Local Oracle DB install or client, for JDBC driver.
ORACLE_HOME = E:\Oracle\ora11g

# Oracle instance name, typically set when Oracle is installed.
ORACLE_SID  = fiper1

# Name of Oracle host, relative to WAS_HOST.
ORACLE_HOST = ora.bar.xxx.com

# Oracle port number.
ORACLE_PORT = 1521

# Install Webtop.war? 'true' for yes, blank for no.
WEBTOP_INSTALL = true

# Install Web Dashboard? 'true' for yes, blank for no.
WEBDASH_INSTALL = true

# Currently ignored, but must be present.  Leave blank.
B2B_INSTALL =

# Currently ignored, but must be present.  Leave set to '1'.
ACS_SECURITY = 1


