diff --git a/.gitignore b/.gitignore index 2c8f75b..25408e9 100644 --- a/.gitignore +++ b/.gitignore @@ -364,4 +364,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/IOT_API/appsettings.json diff --git a/IOT_API/appsettings.json b/IOT_API/appsettings.json deleted file mode 100644 index 403b81a..0000000 --- a/IOT_API/appsettings.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*", - "Database": { - "Type": "PostgreSQL", - "Server": "127.0.0.1", - "Port": 5432, - "Database": "IOT_WEB", - "User": "postgres", - "Password": "kylt123", - "TenantId": 10001 - } -}