duheng
2024-12-24 a5770e3760d8e966efcc6076c37fdaec72a04bc0
Service/HStation.Service.Xhs.Core/00-core/ConfigHelper.cs
@@ -1,6 +1,6 @@
namespace HStation.Xhs
{
    public class ConfigHelper
    internal class ConfigHelper
    {
        /// <summary>
        /// 默认连接配置
@@ -17,11 +17,13 @@
                            connectConfig = PostgreSqlConnectionConfig;
                        }
                        break;
                    case DbType.SQLite:
                        {
                            connectConfig = SQLiteConnectionConfig;
                        }
                        break;
                    default: break;
                }
                return connectConfig;
@@ -31,7 +33,7 @@
        /// <summary>
        /// PostgreSql连接配置
        /// </summary>
        public static ConnectionConfig PostgreSqlConnectionConfig
        internal static ConnectionConfig PostgreSqlConnectionConfig
        {
            get
            {
@@ -61,7 +63,7 @@
        /// <summary>
        /// SQLite连接配置
        /// </summary>
        public static ConnectionConfig SQLiteConnectionConfig
        internal static ConnectionConfig SQLiteConnectionConfig
        {
            get
            {