use cdn for everything

This commit is contained in:
frillweeman
2025-09-26 18:07:21 -06:00
parent 106021c334
commit 9c96f56b65
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
variable "deflock_stats_bucket" {
description = "S3 bucket for the ALPR counts JSON file"
default = "deflock-clusters"
default = "cdn.deflock.me"
}
variable "deflock_cdn_bucket" {