Skip to content

README.md中数据库yaml配置例子错误 #1

Description

@chenjiacun35
# config_aotu_ui.yaml
---
db:
ip: localhost
port: 3306
table: aotu_ui
uname: root
passwd: 123456

应该修改为:

# config_aotu_ui.yaml
---
db:
  ip: localhost
  port: 3306
  table: auto_ui
  uname: root
  passwd: 123456

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions