summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorChia <Chia@93.nz>2026-08-04 19:58:52 +1200
committerChia <Chia@93.nz>2026-08-04 20:43:23 +1200
commit5b651488b081b65fda8a323f228e139adb79a35d (patch)
tree08baf40efb8fe103b32721cd991ff712323e3173 /.env.example
Build AI gateway control plane and admin UI
Diffstat (limited to '')
-rw-r--r--.env.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..4024793
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,5 @@
+# Use shell quotes when exporting this JSON value.
+AIGW_API_KEYS=[{"key":"sk-local-change-me","key_id":"local-key","tenant_id":"tenant-demo","project_id":"project-default","scopes":["inference"]}]
+OPENAI_API_KEY=replace-me
+ANTHROPIC_API_KEY=replace-me
+