Skip to content

Commit

Permalink
Add OPENSEARCH_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Tuscher authored Mar 2, 2024
1 parent ec633e3 commit 3c789c1
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 3c789c1

Please sign in to comment.