From 505a128830c474f05bb94a8633ff1937077af30d Mon Sep 17 00:00:00 2001 From: Gary Xue Date: Tue, 13 Sep 2022 15:44:24 +1000 Subject: [PATCH] Fix some url issue for local development on cryptor --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 3ec9efff9f..b4df03d895 100644 --- a/.env.development +++ b/.env.development @@ -24,5 +24,5 @@ MAINTENANCE_MODE=false LOG_LEVEL=debug # Cryptor -CRYPTOR_URL=http://cryptor-sidecar:26272 +CRYPTOR_URL=http://cryptor:26272 CRYPTOR_SIDECAR_CLIENT_IDENTIFICATION_CHALLENGE=random-string