chore: Update cronjob schedule and default_env.json

- Update cronjob schedule to run every 10 minutes instead of every 5 minutes
- Add CLOUDFLARE_CNAME configuration to default_env.json for wildcard CNAME support
This commit is contained in:
2024-09-04 02:13:47 +09:00
parent 58e51dc205
commit b4eec45028
3 changed files with 250 additions and 125 deletions

View File

@@ -1,5 +1,8 @@
{
"CLOUDFLARE_API_KEY": "",
"CLOUDFLARE_ZONE_ID": "",
"CLOUDFLARE_DOMAIN": "",
"CLOUDFLARE_ZONE_ID": ""
"CLOUDFLARE_CNAME": {
"*": true
}
}