diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 52a456e..0b40639 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,3 +5,8 @@ spring.jpa.hibernate.ddl-auto=update spring.jpa.open-in-view=false spring.flyway.enabled=false spring.flyway.locations=classpath:db/migration +storage.documents.root=/home/androidlover5842/docs +storage.documents.publicBaseUrl=https://api.hoteltrisolaris.in +storage.documents.tokenSecret=change-me +storage.documents.tokenTtlSeconds=300 +ai.llama.baseUrl=https://ai.hoteltrisolaris.in/v1/chat/completions