Guest User

Untitled

a guest
Jun 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. common: &shared
  2. adapter: jdbc
  3. driver: oracle.jdbc.driver.OracleDriver
  4. url: jdbc:oracle:thin:@<your-host-here>:<your-port-here>:<your-sid-here>
  5. username: <your-username-here>
  6. password: <your-password-here>
  7.  
  8. # oracle (JDBC)
  9. development:
  10. <<: *shared
Add Comment
Please, Sign In to add comment