Skip to content
  • This project
    • Loading...
  • Sign in

文鑫 / guduo_spider

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • guduo_spider
  • app
  • application.yaml
  • wenxin's avatar
    init · 78f7d02c
    78f7d02c Browse Files
    wenxin authored 2024-12-21 19:24:01 +0800
application.yaml 463 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
server:
  port: 7654
tortoise:
  connections:
    default:
      engine: tortoise.backends.mysql
      credentials:
        database: fast_api
        host: 127.0.0.1
        password: root
        port: 3306
        user: root
        minsize: 10
        maxsize: 200
        connect_timeout: 30
        echo: true
  apps:
    models_read:
      models:
        - app.model.mysql_model
      default_connection: default
  log_queries: true  # 启用日志查询