Skip to content

Commit

Permalink
Create example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
a-s-g93 committed May 8, 2024
1 parent ff28f5d commit 142a89f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/app/backend/example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OPENAI_API_KEY="sk-..."
OPENAI_VERSION="2023-03-15-preview"
NEO4J_URI="neo4j+s://abc123.databases.neo4j.io"
NEO4J_USERNAME="neo4j"
NEO4J_PASSWORD="password"
NEO4J_DATABASE="neo4j"
GCP_PROJECT_ID="proj-123"
GCP_REGION="us-central1"

0 comments on commit 142a89f

Please sign in to comment.