We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101f29d commit 58aff3bCopy full SHA for 58aff3b
service/start_service.tt
@@ -29,6 +29,8 @@ export R_LIBS="$KB_TOP/lib"
29
#
30
export DANCER_CONFDIR="$KB_TOP/services/[% kb_service_name %]"
31
32
+export PERL_LWP_SSL_VERIFY_HOSTNAME=0
33
+
34
[% IF kb_tempdir -%]
35
export TMPDIR=[% kb_tempdir %]
36
export TEMPDIR=[% kb_tempdir %]
0 commit comments