diff --git a/source/ticketAPI/api/appsettings.Development.json b/source/ticketAPI/api/appsettings.Development.json deleted file mode 100644 index d41ebb0..0000000 --- a/source/ticketAPI/api/appsettings.Development.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "Mongo": { - "ConnectionString": "mongodb://terralilly85:pr1ncessN0ra@www.taraformed.com:27017/", - "Database": "pso" - } -}