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