/* * Copyright (c) 2025 Beijing Hardman Automation Equipment Co., LTD. All rights reserved. * * Project: adapter * File: config.go * Last: 2025-05-16 16:15:18 * Author: wangcheng@bj-hardman.com */ package db type DatabaseConf struct { Host string Port int User string Password string Dbname string Debug bool }