From 5b651488b081b65fda8a323f228e139adb79a35d Mon Sep 17 00:00:00 2001 From: Chia Date: Tue, 4 Aug 2026 19:58:52 +1200 Subject: Build AI gateway control plane and admin UI --- .env.control.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.control.example (limited to '.env.control.example') diff --git a/.env.control.example b/.env.control.example new file mode 100644 index 0000000..4654d0c --- /dev/null +++ b/.env.control.example @@ -0,0 +1,6 @@ +AIGW_DATABASE_URL=postgres://aigw:aigw@127.0.0.1:5432/aigw?sslmode=disable +AIGW_REDIS_URL=redis://127.0.0.1:6379/0 +# base64 of exactly 32 random bytes; generate with: openssl rand -base64 32 +AIGW_CREDENTIAL_KEY=replace-with-base64-32-byte-key +AIGW_ADMIN_TOKEN=replace-with-a-long-random-admin-token + -- cgit v1.2.3