Restore base application properties
All checks were successful
build-and-deploy / build-deploy (push) Successful in 16s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 16s
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
spring.application.name=TrisolarisServer
|
||||
spring.datasource.username=android
|
||||
spring.datasource.password=taddymydoggy!
|
||||
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
|
||||
storage.emails.root=/home/androidlover5842/docs/emails
|
||||
storage.emails.publicBaseUrl=https://api.hoteltrisolaris.in
|
||||
storage.rooms.root=/home/androidlover5842/docs/rooms
|
||||
storage.rooms.publicBaseUrl=https://api.hoteltrisolaris.in
|
||||
mail.imap.host=localhost
|
||||
mail.imap.port=993
|
||||
mail.imap.protocol=imaps
|
||||
mail.imap.username=
|
||||
mail.imap.password=
|
||||
mail.imap.pollMs=60000
|
||||
mail.imap.enabled=false
|
||||
server.port=18921
|
||||
spring.servlet.multipart.max-file-size=20MB
|
||||
spring.servlet.multipart.max-request-size=20MB
|
||||
ai.llama.temperature=0.7
|
||||
ai.llama.topP=0.8
|
||||
ai.llama.minP=0.2
|
||||
|
||||
Reference in New Issue
Block a user