File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
OutdoorzMedia.Business/utils Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010* .sln.iml
1111** /Debug /
1212** /Release /
13- .env
13+ .env
14+ ** /.env
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ namespace OutdoorzMedia.Business.utils
88 public class KafkaConsumerOptions
99 {
1010 public string ConnectionString { get ; set ; } = string . Empty ;
11- public string BootstrapServers { get ; set ; } = "kafka:9092 " ;
11+ public string BootstrapServers { get ; set ; } = "localhost:29092 " ;
1212 public string GroupId { get ; set ; } = "outdoorz-media-group" ;
1313 }
1414}
Original file line number Diff line number Diff line change 2121builder . Services . AddEndpointsApiExplorer ( ) ;
2222
2323builder . Configuration [ "ConnectionStrings:DefaultConnection" ] =
24- $ "Server=db-media,1433 ;Database=OutdoorzMedia;User Id=sa;" +
24+ $ "Server=localhost,11434 ;Database=OutdoorzMedia;User Id=sa;" +
2525 $ "Password={ Environment . GetEnvironmentVariable ( "DB_PASSWORD" ) } ;" +
2626 "Encrypt=True;TrustServerCertificate=True;MultipleActiveResultSets=True;" ;
2727
You can’t perform that action at this time.
0 commit comments