Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleglobal.defaults
collapsetrue
root.dir=/usr/local/BigFatCompany

#Application server
appsrv.host=localhost
appsrv.port=8080
appsrv.username=admin
appsrv.password=whoKnows?

#Database
db.family=oracle
db.host=demodb
db.port=1521
db.sid=ALL_APPS_INSTANCE
db.admin.user=system
db.admin.password=whoCares?

#Java runtime
jre.path=/usr/java/jdk1.8.0_92/jre

<file:${APP_NAME}.defaults>

...