We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d5d9a commit 5a529a5Copy full SHA for 5a529a5
1 file changed
main.go
@@ -27,7 +27,7 @@ func main() {
27
// Read configuration from environment variables
28
// Best practice: Use a dedicated config file or flags for production
29
apiToken := os.Getenv("CF_API_TOKEN")
30
- zoneName := os.Getenv("CF_ZONE_NAME") // e.g., "example.com"
+ zoneName := os.Getenv("CF_ZONE_NAME") // e.g., "example.com"
31
recordName := os.Getenv("CF_RECORD_NAME") // e.g., "home.example.com" or "example.com"
32
33
if apiToken == "" || zoneName == "" || recordName == "" {
0 commit comments