mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
Add allowed IPs to data schema sources
This commit is contained in:
@@ -175,6 +175,7 @@ CREATE TABLE IF NOT EXISTS public.api_keys (
|
||||
allowed_providers json,
|
||||
allowed_api_formats json,
|
||||
allowed_models json,
|
||||
allowed_ips jsonb,
|
||||
rate_limit integer DEFAULT 100,
|
||||
concurrent_limit integer,
|
||||
force_capabilities json,
|
||||
|
||||
Reference in New Issue
Block a user