Guest User

Untitled

a guest
May 10th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. t1-t2-t3-t4-...-tN
  2.  
  3. c1---c2-----c3--c4
  4.  
  5. db.host = $DBHOST$
  6. db.host = $DBUSER$
  7. db.host = $DBPASS$
  8.  
  9. [extensions]
  10. hgext.keyword=
  11. [keyword]
  12. # expand keywords in all python files in working dir
  13. **.conf =
  14. [keywordmaps]
  15. DBHOST = dev.server.internal
  16. DBUSER = myname
  17. DBPASS = mypass
  18.  
  19. <connectionStrings configSource="connections.config" />
Add Comment
Please, Sign In to add comment