Skip to content
New issue

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

Support alternate config file location #7

Open
tschf opened this issue Jan 5, 2018 · 2 comments
Open

Support alternate config file location #7

tschf opened this issue Jan 5, 2018 · 2 comments

Comments

@tschf
Copy link
Owner

tschf commented Jan 5, 2018

Use case:

  • No version control
  • Source code in a shared network folder
  • Want to store connections locally
@tschf
Copy link
Owner Author

tschf commented Jan 6, 2018

Alternate suggestion. Still use a config in the file root, but point to a connection file store elsewhere. The file would be a single line file containing the connect string user/pass@ORCL

@zhudock
Copy link

zhudock commented Apr 23, 2018

possibly under User Settings odb-task.targets, instead of in their own file?

e.g.

"odb-task.sqlcl-path": "sql",
"odb-task.sqlplus-path": "sqlplus",
"odb-task.targets": [
    {
        "targetName":"DEV",
        "connectionString":"user/password@DEV"
    },
    {
        "targetName":"QA",
        "connectionString":"user/password@QA"
    }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants