This commit is contained in:
Michał Flak
2026-02-24 02:01:26 +01:00
parent 47d0fcd244
commit f8a93a5d42
3 changed files with 4 additions and 13 deletions

4
.env Normal file
View 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

View File

@@ -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
View File

@@ -1,2 +1 @@
cache/
.env