13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
# 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
|