feat: Diseño del esquema de BD y configuración de Entity Framework Core
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -0,0 +1,20 @@ | ||||
| { | ||||
|   "runtimeOptions": { | ||||
|     "tfm": "net9.0", | ||||
|     "frameworks": [ | ||||
|       { | ||||
|         "name": "Microsoft.NETCore.App", | ||||
|         "version": "9.0.0" | ||||
|       }, | ||||
|       { | ||||
|         "name": "Microsoft.AspNetCore.App", | ||||
|         "version": "9.0.0" | ||||
|       } | ||||
|     ], | ||||
|     "configProperties": { | ||||
|       "System.GC.Server": true, | ||||
|       "System.Reflection.NullabilityInfoContext.IsSupported": true, | ||||
|       "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false | ||||
|     } | ||||
|   } | ||||
| } | ||||
| @@ -0,0 +1 @@ | ||||
| {"Version":1,"ManifestType":"Build","Endpoints":[]} | ||||
| @@ -0,0 +1,11 @@ | ||||
| { | ||||
|   "ConnectionStrings": { | ||||
|     "DefaultConnection": "Server=TECNICA3;Database=Elecciones2025;User Id=apielecciones2025;Password=PTP847Elecciones2025;Encrypt=False;MultipleActiveResultSets=True;TrustServerCertificate=True;" | ||||
|   }, | ||||
|   "Logging": { | ||||
|     "LogLevel": { | ||||
|       "Default": "Information", | ||||
|       "Microsoft.AspNetCore": "Warning" | ||||
|     } | ||||
|   } | ||||
| } | ||||
| @@ -0,0 +1,9 @@ | ||||
| { | ||||
|   "Logging": { | ||||
|     "LogLevel": { | ||||
|       "Default": "Information", | ||||
|       "Microsoft.AspNetCore": "Warning" | ||||
|     } | ||||
|   }, | ||||
|   "AllowedHosts": "*" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user