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