mirror of
https://github.com/jung-geun/DynamicDNS-SSL.git
synced 2025-12-20 04:50:45 +09:00
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:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"CLOUDFLARE_API_KEY": "",
|
||||
"CLOUDFLARE_ZONE_ID": "",
|
||||
"CLOUDFLARE_DOMAIN": "",
|
||||
"CLOUDFLARE_ZONE_ID": ""
|
||||
"CLOUDFLARE_CNAME": {
|
||||
"*": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user