7 lines
167 B
Cheetah
7 lines
167 B
Cheetah
{
|
|
"{{ secret "api_key" }}": {
|
|
"limit": {{ env "API_LIMIT" }},
|
|
"ips": [ {{ env "API_IPS" }} ],
|
|
"userAgents": [ {{ env "API_UAS" }} ]
|
|
}
|
|
} |