Guest User

Untitled

a guest
Mar 31st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. [dev]
  2. JDBC_URL = jdbc:h2:mem:mem_test;MODE=Oracle
  3. JDBC_USERNAME =
  4. JDBC_PASSWORD =
  5.  
  6. SERVICE_ENDPOINT = http://localhost:8080/Central/api/AppService
  7.  
  8. [qa]
  9. JDBC_URL = jdbc:oracle:thin:@qa-oracle:1521:qa
  10. JDBC_USERNAME = qauser
  11. JDBC_PASSWORD = qapass
  12.  
  13. SERVICE_ENDPOINT = http://qa-services/Central/api/AppService
  14.  
  15. [prod]
  16. JDBC_URL = jdbc:oracle:thin:@prod-oracle:1521:prod
  17. JDBC_USERNAME = scott
  18. JDBC_PASSWORD = tiger
  19.  
  20. SERVICE_ENDPOINT = http://prod-services/Central/api/AppService
Add Comment
Please, Sign In to add comment