From 019e15cfe14187b98c169d277fd750d658c7c11e Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:52:04 -0400 Subject: [PATCH] Switch the account server to use cdn.pretendo.cc --- environment/account.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/account.env b/environment/account.env index f12e6e0..3f6d72c 100644 --- a/environment/account.env +++ b/environment/account.env @@ -8,7 +8,7 @@ PN_ACT_CONFIG_WEBSITE_BASE=https://pretendo.network PN_ACT_CONFIG_REDIS_URL=redis://redis:6379 PN_ACT_CONFIG_S3_ENDPOINT=http://minio.pretendo.cc PN_ACT_CONFIG_S3_ACCESS_KEY=minio_pretendo -PN_ACT_CONFIG_CDN_BASE_URL=http://pretendo-cdn.b-cdn.net +PN_ACT_CONFIG_CDN_BASE_URL=http://cdn.pretendo.cc PN_ACT_CONFIG_CDN_SUBDOMAIN=cdn PN_ACT_CONFIG_EMAIL_HOST=mailpit PN_ACT_CONFIG_EMAIL_PORT=1025