From e7094c8099557e87fc34fe35a50f990f712fda94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Tue, 25 Mar 2025 22:45:44 -0300 Subject: [PATCH] rename --- http-api/.gitignore | 2 +- http-api/samconfig.toml | 2 +- http-api/{samlocal.env.json.sample => samlocal.json.sample} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename http-api/{samlocal.env.json.sample => samlocal.json.sample} (100%) diff --git a/http-api/.gitignore b/http-api/.gitignore index cb7de10..40b371b 100644 --- a/http-api/.gitignore +++ b/http-api/.gitignore @@ -1,2 +1,2 @@ .env -samlocal.env.json +samlocal.json diff --git a/http-api/samconfig.toml b/http-api/samconfig.toml index dfa087a..2937038 100644 --- a/http-api/samconfig.toml +++ b/http-api/samconfig.toml @@ -10,5 +10,5 @@ image_repositories = [] [default.local_start_api.parameters] debug = true -env_vars = "samlocal.env.json" +env_vars = "samlocal.json" warm_containers = "EAGER" diff --git a/http-api/samlocal.env.json.sample b/http-api/samlocal.json.sample similarity index 100% rename from http-api/samlocal.env.json.sample rename to http-api/samlocal.json.sample