Guest User

Untitled

a guest
Jan 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #target environment (this can be DEV/QA/PROD)
  2. targetEnv=DEV
  3.  
  4. url=get this from file name env_prop_${DEV}.ini
  5. user=get this from file name env_prop_${DEV}.ini
  6. password=get this from file name env_prop_${DEV}.ini
  7.  
  8. config_DEV.ini containing:
  9. url=dev1
  10. user=dev1
  11. password=pass1
  12. config_QA.ini containing:
  13. url=qa-server
  14. user=dev
  15. password=password
  16. config_PROD.ini containing:
  17. url=prod-server-01
  18. user=manager007
  19. password=*******
  20.  
  21. url=qa-server
  22. user=dev
  23. password=password
Add Comment
Please, Sign In to add comment