enable use a 1-click retireval step by default - URL scanners eating up views #2243
Answered
by
pglombardo
nmuthyala7
asked this question in
Q&A
|
Hi, Can you please enable "Use a 1-click retrieval step" checkbox by default in the image, the URL scanners are eating up views, right now we need to check that box manually when we are creating a new secret but a lot of users are not following it, would be great to have that by default, we are hosting it on a azure web app - container deploy. Checked to see if its an env variable but doesn't look like. Thank you |
Answered by
pglombardo
Jun 12, 2024
Replies: 2 comments 2 replies
|
Hi @nmuthyala7 - add this environment variable to your container image and it will be checked by default: If you are using a Documentation on these options are here. Let me know if this works out for you. |
1 reply
Answer selected by
nmuthyala7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nmuthyala7 - add this environment variable to your container image and it will be checked by default:
PWP__PW__RETRIEVAL_STEP_DEFAULT=true.If you are using a
settings.ymlfile, it can be enabled there instead.Documentation on these options are here.
Let me know if this works out for you.