lixiaojun
2025-04-09 0f99680aff09e91f521b5909aab42811c1c3e6f1
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
            {