13 lines
312 B
Text
13 lines
312 B
Text
|
{
|
||
|
"settings": [
|
||
|
{
|
||
|
"provider": "porkbun",
|
||
|
"domain": "*.mixel.cloud",
|
||
|
"api_key": "${PORKBUN_API_KEY}",
|
||
|
"secret_api_key": "${PORKBUN_API_SECRET_KEY}",
|
||
|
"ip_version": "ipv4"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|
||
|
# ENV variables have to be changed to plaintext again since JSON doesnt support env variables
|