From f8a93a5d421c94335c28e07f385015714ec0708f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Flak?= Date: Tue, 24 Feb 2026 02:01:26 +0100 Subject: [PATCH] add .env --- .env | 4 ++++ .env.example | 12 ------------ .gitignore | 1 - 3 files changed, 4 insertions(+), 13 deletions(-) create mode 100644 .env delete mode 100644 .env.example diff --git a/.env b/.env new file mode 100644 index 0000000..4e111c3 --- /dev/null +++ b/.env @@ -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 diff --git a/.env.example b/.env.example deleted file mode 100644 index 5e69d36..0000000 --- a/.env.example +++ /dev/null @@ -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 diff --git a/.gitignore b/.gitignore index c184c1e..e934adf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ cache/ -.env