Guest User

Untitled

a guest
Jul 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [DEFAULT]
  2. debug = true
  3.  
  4. [app:testeeee]
  5. use = egg:testeeee#app
  6. reload_templates = true
  7. debug_authorization = false
  8. debug_notfound = false
  9.  
  10. [app:teste2]
  11. use = egg:teste2#app
  12.  
  13. [pipeline:main]
  14. pipeline = site
  15.  
  16. [server:main]
  17. use = egg:Paste#http
  18. host = 0.0.0.0
  19. port = 6543
  20.  
  21. #identity.model registration app to be mounted at /register
  22. [composite:site]
  23. use = egg:Paste#urlmap
  24. / = testeeee
  25. /teste2 = teste2
Add Comment
Please, Sign In to add comment