Implement and configure Worker Service to orchestrate data fetchers - Implement API endpoints for stock market data
		
			
				
	
	
		
			19 lines
		
	
	
		
			553 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			553 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "Logging": {
 | |
|     "LogLevel": {
 | |
|       "Default": "Information",
 | |
|       "Microsoft.AspNetCore": "Warning"
 | |
|     }
 | |
|   },
 | |
|   "AllowedHosts": "*",
 | |
|   "ConnectionStrings": {
 | |
|     "DefaultConnection": "Server=TECNICA3;Database=MercadosDb;User Id=mercadosuser;Password=@mercados1351@;Trusted_Connection=False;Encrypt=False;"
 | |
|   },
 | |
|   "ApiKeys": {
 | |
|     "Finnhub": "cuvhr0hr01qs9e81st2gcuvhr0hr01qs9e81st30",
 | |
|     "Bcr": {
 | |
|       "Key": "D1782A51-A5FD-EF11-9445-00155D09E201",
 | |
|       "Secret": "da96378186bc5a256fa821fbe79261ec7172dec283214da0aacca41c640f80e3"
 | |
|     }
 | |
|   }
 | |
| } |