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:
@@ -322,6 +322,11 @@ name = "allowed_api_formats"
|
||||
type = "json"
|
||||
nullable = true
|
||||
|
||||
[[table.api_keys.columns]]
|
||||
name = "allowed_ips"
|
||||
type = "json"
|
||||
nullable = true
|
||||
|
||||
[[table.api_keys.columns]]
|
||||
name = "rate_limit"
|
||||
type = "int32"
|
||||
|
||||
Reference in New Issue
Block a user