-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample_for_Git_DecodePC.properties
47 lines (42 loc) · 1.75 KB
/
sample_for_Git_DecodePC.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# DecodePC.properties
gitdir=d:\\gitrepo\\PS
# next parameters will define Git author if PS user not found
gituser=dummy/custom/unknown@ourcompany.com
# any number of other PS users, with name/email to use for Git submits
gituser1=PPLSOFT/PeopleSoft/someone@oracle.com
gituser2=PB/Peter/peter.b@ourcompany.com
gituser2=Erik/EH/e.h@ourcompany.com
gituser4=PS/custom by PS/unknown@ourcompany.com
user=ptools_ro
password=Ug56rty8JJ
dbowner=sysadm
driverClass=oracle.jdbc.OracleDriver
url=jdbc:oracle:thin:@10.10.1.219:1521/HCM90DEV
# output specification for when writing output to files (using DecodePCode.bat or java call with arg[0] = ProcessToFile)
outdir=.\\HCMDEV
gitbase=HCM90DEV
# new in 0.60: 'ancestor' property. If set, it indicates one of the other environments.
# typically, a DEV environment will have a PROD ancestor (as it originated from some PROD backup),
# and a PROD environment will have DEMO for ancestor.
# on an object's initial submit, the ancestor versions will be submitted first.
# The history for an object in DEV will then be
# version from DEMO > version from PROD > first submitted version in DEV > later versions in DEV.
ancestor=PRD
processPRD=ProcessToGit
userPRD=ptools_ro
passwordPRD=Ug56rty8JJ
dbownerPRD=sysadm
urlPRD=jdbc:oracle:thin:@hcm90prd_server.ourcompany.com:1521/HCM90PRD
# uncomment next line if you want the PRD code in a separate directory tree
# otherwise, this environment will only be used as ancestor
# gitbasePRD=HCM90PRD
outdirPRD=.\\HCM90PRD
ancestorPRD=DEMO
processDEMO=ProcessToGit
userDEMO=ptools_ro
passwordDEMO=Ug56rty8JJ
dbownerDEMO=sysadm
urlDEMO=jdbc:oracle:thin:@ddb1.ourcompany.com:1521/HCM90DEMO
outdirDEMO=.\\HCMDEMO
# uncomment next line if you want the DEMO code in a separate directory tree
#gitbaseDEMO=HCM90DEMO