1
This commit is contained in:
parent
f4d0a71169
commit
130942cafc
@ -1,24 +0,0 @@
|
||||
using Abp.Modules;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using YunDa.ISAS.Application.Core;
|
||||
|
||||
namespace Yunda.SOMS.OperationsMainSiteGatewayServer
|
||||
{
|
||||
|
||||
[DependsOn(typeof(ISASApplicationCoreModule))] // 依赖 Autofac 模块
|
||||
public class OMSGAbpModule : AbpModule
|
||||
{
|
||||
public override void PreInitialize()
|
||||
{
|
||||
}
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
@ -1,4 +1,28 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"MysqlSetting": "server=127.0.0.1;port=3306;uid=root;pwd=123456; Database=soms_sys_db;SslMode=none;Pooling=False;",
|
||||
"ISMS_BASESqlServerSetting": "Server=192.168.110.161;User ID=sa;Password=sa;Database=ISMS_BASE;Trusted_Connection=False;TrustServerCertificate=True",
|
||||
"ISMS_YcSqlServerSetting": "Server=192.168.110.161;User ID=sa;Password=sa;Database=ISMS_Yc;Trusted_Connection=False;TrustServerCertificate=True",
|
||||
"ISMS_DataSqlServerSetting": "Server=192.168.110.161;User ID=sa;Password=sa;Database=ISMS_Data;Trusted_Connection=False;TrustServerCertificate=True",
|
||||
"ISMS_ReportServerSqlServerSetting": "Server=192.168.110.161;User ID=sa;Password=sa;Database=ReportServer;Trusted_Connection=False;TrustServerCertificate=True",
|
||||
"ISMS_ReportServerTempDBSqlServerSetting": "Server=192.168.110.161;User ID=sa;Password=sa;Database=ReportServerTempDB;Trusted_Connection=False;TrustServerCertificate=True",
|
||||
"MongoDBSetting": {
|
||||
"Host": "127.0.0.1",
|
||||
"Port": "37017",
|
||||
"DatabaseName": "isas_mongodb",
|
||||
"IsAuth": "false",
|
||||
"UserName": "isasAdmin",
|
||||
"PassWord": "123456"
|
||||
},
|
||||
"RedisSetting": {
|
||||
"Host": "127.0.0.1",
|
||||
"Port": "36379",
|
||||
"Auth": "yunda123",
|
||||
"Name": "",
|
||||
"ClusterType": null,
|
||||
"DefaultDatabaseIndex": "0"
|
||||
}
|
||||
},
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
|
Loading…
x
Reference in New Issue
Block a user