Created
March 30, 2022 19:13
-
-
Save recursivecodes/401b65ddff828fb71bf7e98d56fc2e3c to your computer and use it in GitHub Desktop.
application.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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