Files
cobalt/apikey.json.tmpl
2026-01-16 18:02:12 -05:00

7 lines
167 B
Cheetah

{
"{{ secret "api_key" }}": {
"limit": {{ env "API_LIMIT" }},
"ips": [ {{ env "API_IPS" }} ],
"userAgents": [ {{ env "API_UAS" }} ]
}
}