Skip to content

Commit b0aff02

Browse files
committed
feat: add ElasticSettings class for Elasticsearch configuration
1 parent ca95afb commit b0aff02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace Ecommerce.Infrastructure.Services.Providers.Search.Elastic;
2+
3+
public class ElasticSettings
4+
{
5+
public const string SectionName = "ElasticSettings";
6+
public string ConnectionString = null!;
7+
}

0 commit comments

Comments
 (0)