Skip to content

Instantly share code, notes, and snippets.

@brandon-fryslie
Created November 16, 2015 20:18
Show Gist options
  • Save brandon-fryslie/c5e0509a6a5ab04deb5b to your computer and use it in GitHub Desktop.
Save brandon-fryslie/c5e0509a6a5ab04deb5b to your computer and use it in GitHub Desktop.
DE25845 {
db.name = System.env.DB_NAME ?: 'DE25845'
jdbc {
user.name = db.name
password = db.name
service.name = System.env.JDBC_SERVICE_NAME ?: '@//bld-engdb-02:1530/okidb11'
}
data_file_dir = System.env.ORACLE_DATA_FILE_DIR ?: '/u01/app/oracle/oradata/okidb/'
}
active = DE25845%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment