This commit is contained in:
2025-03-25 22:45:44 -03:00
parent e1eae86aa1
commit e7094c8099
3 changed files with 2 additions and 2 deletions

2
http-api/.gitignore vendored
View File

@@ -1,2 +1,2 @@
.env .env
samlocal.env.json samlocal.json

View File

@@ -10,5 +10,5 @@ image_repositories = []
[default.local_start_api.parameters] [default.local_start_api.parameters]
debug = true debug = true
env_vars = "samlocal.env.json" env_vars = "samlocal.json"
warm_containers = "EAGER" warm_containers = "EAGER"