Guest User

Untitled

a guest
Aug 8th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ## Makes for a pesudo-hash?
  2.  
  3. my %targets = (
  4. 'test' => (
  5. database => (
  6. username => 'test',
  7. password => 'test**&*&*&',
  8. database => 'testtest'
  9. ),
  10. vhost => '/var/www/vhost/test.de/'
  11. ),
  12. 'another-test' => (
  13. database => (
  14. username => 'anothertest',
  15. password => 'noway*****',
  16. database => 'another-test'
  17. ),
  18. vhost => '/var/www/vhost/anothertest.de'
  19. )
  20. );
Add Comment
Please, Sign In to add comment