mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-17 23:38:30 +00:00
feat(app): add password auth for settings
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
[GENERAL]
|
||||
PORT = 3001 # Port to run the server on
|
||||
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
|
||||
CONFIG_PASSWORD = "lorem_ipsum" # Password to access config
|
||||
DISCOVER_ENABLED = true
|
||||
LIBRARY_ENABLED = true
|
||||
COPILOT_ENABLED = true
|
||||
|
||||
[API_KEYS]
|
||||
OPENAI = "" # OpenAI API key - sk-1234567890abcdef1234567890abcdef
|
||||
|
Reference in New Issue
Block a user