Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0bcf26d

Browse files
authoredMar 14, 2025··
set TYPESENSE_VERIFY pipenv
1 parent 678d77b commit 0bcf26d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎cli/src/index.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
ans = input("What is your TYPESENSE_PROTOCOL (http|https): ")
3939
f.write("TYPESENSE_PROTOCOL=" + ans + "\n")
4040

41+
ans = input("What is your TYPESENSE_VERIFY (true|false): ")
42+
f.write("TYPESENSE_VERIFY=" + ans + "\n")
43+
4144
f.close()
4245

4346
print("")

0 commit comments

Comments
 (0)
Please sign in to comment.