Skip to content

Commit

Permalink
disable tag again
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Nov 16, 2023
1 parent f121602 commit 6ce6ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kong/templates/nginx_inject.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lmdb_environment_path ${{LMDB_ENVIRONMENT_PATH}};
lmdb_map_size ${{LMDB_MAP_SIZE}};
> if lmdb_validation_tag then
lmdb_validation_tag $(lmdb_validation_tag);
#lmdb_validation_tag $(lmdb_validation_tag);
> end
> end
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/custom_nginx.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(el.name) $(el.value);
> if database == "off" then
lmdb_environment_path ${{LMDB_ENVIRONMENT_PATH}};
lmdb_map_size ${{LMDB_MAP_SIZE}};
lmdb_validation_tag test;
#lmdb_validation_tag test;
> end

events {
Expand Down

0 comments on commit 6ce6ea5

Please sign in to comment.