Skip to content

Commit 97b6a0e

Browse files
committed
docs(config): add local environment example for development
1 parent 80b3bd8 commit 97b6a0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/local-env.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Local environment example for development
2+
# Copy values to your runtime environment and fill secrets locally.
3+
4+
OPENAI_API_KEY=
5+
DASHSCOPE_API_KEY=
6+
ANTHROPIC_API_KEY=
7+
OLLAMA_BASE_URL=http://localhost:11434
8+
SPRING_PROFILES_ACTIVE=dev
9+
LOG_LEVEL=INFO

0 commit comments

Comments
 (0)