Advertisement
Guest User

Untitled

a guest
Mar 14th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. environments {
  2. tenancies {
  3. mainTenant {
  4. database {
  5. username = 'MAIN'
  6. password = 'MAIN'
  7. url = 'jdbc:oracle:thin:@localhost:1521:xe'
  8. tablespace = 'TBS_DADOS'
  9. indexspace = 'TBS_INDICES'
  10. lobspace = 'TBS_LOBS'
  11. }
  12. }
  13. sfw {
  14. database {
  15. username = 'SFW'
  16. password = 'SFW'
  17. url = 'jdbc:oracle:thin:@localhost:1521:xe'
  18. tablespace = 'TBS_DADOS'
  19. indexspace = 'TBS_INDICES'
  20. lobspace = 'TBS_LOBS'
  21. }
  22. }
  23. //...
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement