We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference issue: vincentmorneau/apex-publish-static-files#20
In apexnitro.cred.json should have the ability to provide a variable tns_admin so it could be set before calling apex-publish-static-files
apexnitro.cred.json
tns_admin
apex-publish-static-files
Ex:
"path": "sqlcl", "tns_admin": "/oracle/wallets/atp01", "username": "your_username", "password": "your_password", "connectionString": "your_connection_string" }
The text was updated successfully, but these errors were encountered:
Before calling upload could detect if the TNS_NAMES is defined.
Pseudo code:
if (config.upload.tns_admin){ process.env['TNS_ADMIN'] = config.upload.tns_admin; end if; uploader.publish(....)
Sorry, something went wrong.
OraOpenSource#354 Oracle Wallet support for apex-nitro upload
6fa0680
Merge pull request #355 from martindsouza/master
5c8351b
#354 Oracle Wallet support for apex-nitro upload
No branches or pull requests
Reference issue: vincentmorneau/apex-publish-static-files#20
In
apexnitro.cred.json
should have the ability to provide a variabletns_admin
so it could be set before callingapex-publish-static-files
Ex:
The text was updated successfully, but these errors were encountered: