chore: initial commit of ai site platform

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
whm
2026-07-31 10:31:17 +08:00
commit 4ca82fb58a
203 changed files with 45745 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Name: gateway
Host: 0.0.0.0
Port: 8180
PlatformURL: "http://platform:8888"
AIURL: "http://ai:8001"
RateLimitPerMin: 6000
ProxyTimeoutSec: 60
CorsEnable: true
JWTEnable: true
JWTSecret: "dev-only-change-me"

12
gateway/etc/gateway.yaml Normal file
View File

@@ -0,0 +1,12 @@
Name: gateway
Host: 0.0.0.0
Port: 8180
PlatformURL: "http://127.0.0.1:8888"
AIURL: "http://127.0.0.1:8001"
RateLimitPerMin: 6000
ProxyTimeoutSec: 60
CorsEnable: true
JWTEnable: true
JWTSecret: "dev-only-change-me"