config.py 95 B

123456789
  1. """
  2. @author: luojunhui
  3. """
  4. # 默认数据库表
  5. db_config = ""
  6. port = "6060"
  7. ip = "localhost"