feat(app): add password auth for settings
This commit is contained in:
parent
c4932c659a
commit
fdfe8d1f41
7 changed files with 152 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue