From a0bb374d5a5ec5a7ba497ae6919b89389715fb0c Mon Sep 17 00:00:00 2001 From: Vasanth Kumar Date: Sun, 25 Feb 2024 20:14:18 +0530 Subject: [PATCH] Update .cargo/config.local.toml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .cargo/config.local.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.local.toml b/.cargo/config.local.toml index 4ce250c..c4f8797 100644 --- a/.cargo/config.local.toml +++ b/.cargo/config.local.toml @@ -20,7 +20,7 @@ STORAGE_ACCESS_SECRET = "minioadmin" # -- Encryption salt used for JWT token and other secret keys ENCRYPTION_SALT="strongencryption" -# use comma seperated string to mention the CORS origin +# use comma-separated string to mention the CORS origin ALLOWED_ORIGINS = "http://localhost:3000, http://localhost"