Skip to content

Commit

Permalink
Merge pull request #93 from htuscher/patch-1
Browse files Browse the repository at this point in the history
Add OPENSEARCH_URL
  • Loading branch information
lx-wnk committed Mar 4, 2024
2 parents ec633e3 + 3c789c1 commit 1acf3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ in {
SHOPWARE_ES_ENABLED = "1";
SHOPWARE_ES_INDEXING_ENABLED = "1";
SHOPWARE_ES_HOSTS = "127.0.0.1:${toString cfg.elasticsearchPort}";
OPENSEARCH_URL = "127.0.0.1:${toString cfg.elasticsearchPort}";
SHOPWARE_ES_THROW_EXCEPTION = "1";
})
(lib.mkIf config.services.rabbitmq.enable {
Expand Down

0 comments on commit 1acf3fc

Please sign in to comment.