add .env
This commit is contained in:
4
.env
Normal file
4
.env
Normal file
@@ -0,0 +1,4 @@
|
||||
# 1Password secret references (use `op run` to inject)
|
||||
APOLLO_API_KEY=op://InternalAI/apollo/password
|
||||
PDL_API_KEY=op://InternalAI/peopledatalabs/password
|
||||
FULLENRICH_API_KEY=op://InternalAI/fullenrich/password
|
||||
12
.env.example
12
.env.example
@@ -1,12 +0,0 @@
|
||||
# 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
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1 @@
|
||||
cache/
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user