Guest User

Untitled

a guest
Dec 11th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. from tornado.options import options,define
  2.  
  3. define("host", default="localhost", help="DB host")
  4. define("database", default="mydb", help="DB used")
  5. define("user", default="root", help="DB username")
  6. define("password", default="root", help="DB Password")
  7. define("port", default=8888)
Add Comment
Please, Sign In to add comment