Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created March 30, 2022 19:13
Show Gist options
  • Select an option

  • Save recursivecodes/401b65ddff828fb71bf7e98d56fc2e3c to your computer and use it in GitHub Desktop.

Select an option

Save recursivecodes/401b65ddff828fb71bf7e98d56fc2e3c to your computer and use it in GitHub Desktop.
application.yml
micronaut:
application:
name: atpAutoWalletFn
datasources:
default:
dialect: ORACLE
username: ${ATP_USER}
password: ${ATP_PASSWORD}
ocid: ${ATP_OCID}
walletPassword: ${ATP_WALLET_PASSWORD}
connection-factory-class-name: oracle.jdbc.pool.OracleDataSource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment