This commit is contained in:
gcw_MV9p2JJN 2025-10-21 15:56:29 +08:00
parent b7aaeb6c2b
commit 12350c5f8d
3 changed files with 42 additions and 2 deletions

4
.gitignore vendored
View File

@ -259,9 +259,9 @@ paket-files/
# Python Tools for Visual Studio (PTVS) # Python Tools for Visual Studio (PTVS)
__pycache__/ __pycache__/
*.pyc *.pyc
/RIZO.Admin.WebApi/appsettings.Development.json
/CodeGenerate /CodeGenerate
/RIZO.Admin.WebApi/appsettings.Production.json
/RIZO.Admin.WebApi/wwwroot/uploads /RIZO.Admin.WebApi/wwwroot/uploads
/RIZO.Admin.WebApi/wwwroot/Generatecode /RIZO.Admin.WebApi/wwwroot/Generatecode
/RIZO.Admin.WebApi/wwwroot/export /RIZO.Admin.WebApi/wwwroot/export

View File

@ -0,0 +1,20 @@
{
"dbConfigs": [
{
"Conn": "Data Source=139.224.232.211;User ID=root;Password=doantech123;Initial Catalog=ay2509055-guiyang-fluorescence-lmes;Port=3308;",
"DbType": 0, // MySql = 0, SqlServer = 1, Oracle = 3PgSql = 4
"ConfigId": "0", //
"IsAutoCloseConnection": true
}
//...
],
//
"CodeGenDbConfig": {
//{dbName}
"Conn": "Data Source=139.224.232.211;User ID=root;Password=doantech123;Initial Catalog={dbName};",
"DbType": 1,
"IsAutoCloseConnection": true,
"DbName": "ay2509055-guiyang-fluoresence-lmes" //,Oracle
}
}

View File

@ -0,0 +1,20 @@
{
"dbConfigs": [
{
"Conn": "Data Source=139.224.232.211;User ID=root;Password=doantech123;Initial Catalog=ay2509055-guiyang-fluoresence-lmes;Port=3306;SslMode=Required",
"DbType": 0, // MySql = 0, SqlServer = 1, Oracle = 3PgSql = 4
"ConfigId": "0", //
"IsAutoCloseConnection": true
}
//...
],
//
"CodeGenDbConfig": {
//{dbName}
"Conn": "Data Source=139.224.232.211;User ID=root;Password=doantech123;Initial Catalog={dbName};",
"DbType": 1,
"IsAutoCloseConnection": true,
"DbName": "ay2509055-guiyang-fluoresence-lmes" //,Oracle
}
}