From 308eeb00aff7250c7eb32888f658db212d74701f Mon Sep 17 00:00:00 2001 From: Mohammad Zwaib Date: Tue, 7 Jul 2026 20:59:19 +0200 Subject: [PATCH] Fifth-Commit --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 51a85ae..f3aa5c4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,7 +3,7 @@ spring.application.name=Homme # Load secrets from .env (classpath) so ${DB_PASSWORD}, ${HUMBEE_PASSWORD}, # ${AZURE_EMBEDDING_KEY}, ${OPENAI_API_MISTRAL_KEY} below resolve from it. # "optional:" => app still starts if .env is absent (e.g. secrets come from real env vars). -spring.config.import=optional:classpath:/.env[.properties] +#spring.config.import=optional:classpath:/.env[.properties] server.port =9192