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

How do I configure sails-oracle-db adapter ? #4

Open
shayupi opened this issue Apr 3, 2016 · 2 comments
Open

How do I configure sails-oracle-db adapter ? #4

shayupi opened this issue Apr 3, 2016 · 2 comments

Comments

@shayupi
Copy link

shayupi commented Apr 3, 2016

Thank you for your contribution to the sails-oracle-db for us.
i installed sails-oracle-db for success,but i don`t know How to configure sails-oracle-db in connection.js because there is no demo in config / connection.js, can you help me?

@ryanwilliamquinn
Copy link
Contributor

ryanwilliamquinn commented Aug 15, 2016

Sorry I didn't see this months ago. If you are still interested, an example connection looks like:

oracleConn: {  
      connectString: '192.168.201.100/xe',  
      user: 'myusername',  
      password: 'mypassword'  
}

I hope that helps.

@shayupi
Copy link
Author

shayupi commented Aug 15, 2016

I will try it as soon as possible.
Thank you for much.

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

No branches or pull requests

2 participants