working
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# 1Password secret references (use `op run` to inject)
|
||||
APOLLO_API_KEY=op://InternalAI/apollo/credential
|
||||
PDL_API_KEY=op://InternalAI/peopledatalabs/credential
|
||||
FULLENRICH_API_KEY=op://InternalAI/fullenrich/credential
|
||||
|
||||
# Caddy basic auth
|
||||
BASIC_AUTH_USER=admin
|
||||
# Generate hash with: caddy hash-password --plaintext 'yourpassword'
|
||||
BASIC_AUTH_PASS_HASH=$2a$14$...
|
||||
|
||||
# Port to expose (default: 8080)
|
||||
LISTEN_PORT=8080
|
||||
Reference in New Issue
Block a user