72 lines
2.1 KiB
Properties
72 lines
2.1 KiB
Properties
spring.application.name=jambotron
|
|
|
|
#============Localhost Configurations========================
|
|
|
|
spring.datasource.url= jdbc:postgresql://localhost:5432/jambotronDB
|
|
spring.datasource.username= admin
|
|
spring.datasource.password= postgrespw
|
|
|
|
spring.flyway.baseline-on-migrate=true
|
|
spring.flyway.validate-on-migrate=true
|
|
|
|
spring.flyway.url=jdbc:postgresql://localhost:5432/jambotronDB
|
|
spring.flyway.user=admin
|
|
spring.flyway.password=postgrespw
|
|
|
|
|
|
#============Koyeb Configurations========================
|
|
|
|
#spring.datasource.url= jdbc:postgresql://ep-red-breeze-a2cxhq5f.eu-central-1.pg.koyeb.app/jambotronDB
|
|
#spring.datasource.username= koyeb-adm
|
|
#spring.datasource.password= npg_HfFEUA7bay1i
|
|
#
|
|
#spring.flyway.baseline-on-migrate=true
|
|
#spring.flyway.validate-on-migrate=true
|
|
#
|
|
#spring.flyway.url=jdbc:postgresql://ep-red-breeze-a2cxhq5f.eu-central-1.pg.koyeb.app/jambotronDB
|
|
#spring.flyway.user=koyeb-adm
|
|
#spring.flyway.password=npg_HfFEUA7bay1i
|
|
#
|
|
|
|
#spring.datasource.url=${SPRING_DATASOURCE_URL}
|
|
#spring.datasource.username=${SPRING_DATASOURCE_USERNAME}
|
|
#spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}
|
|
|
|
|
|
#spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation= true
|
|
spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQLDialect
|
|
|
|
# Hibernate ddl auto (create, create-drop, validate, update)
|
|
#spring.jpa.hibernate.ddl-auto= update
|
|
|
|
spring.jpa.show-sql=true
|
|
|
|
|
|
# App Properties
|
|
app.jwtSecret= ======================spring=back====================
|
|
app.jwtExpirationMs= 800000
|
|
app.jwtCookieName=springangularts
|
|
app.origin=http://localhost:4200
|
|
|
|
spring.mvc.throw-exception-if-no-handler-found=true
|
|
|
|
#spring.mvc.dispatch-options-request=true
|
|
|
|
# Disable the default mappings
|
|
#spring.resources.add-mappings=false
|
|
|
|
# UI(index.html) location
|
|
#spring.resources.static-locations=classpath:/public/browser/
|
|
#
|
|
#spring.resources.cache.period=31557600s # 1 year if you want
|
|
#spa.default-file=classpath:/public/browser/index.html
|
|
#
|
|
|
|
spring.docker.compose.file=../Docker/docker-compose.yml
|
|
|
|
|
|
|
|
|
|
spring.ai.zhipuai.base-url=https://open.bigmodel.cn/api/paas/v4/images/generations
|
|
spring.ai.zhipuai.api-key = 628447c8c65845a48a7226391464a2ea.Dw8ci6TiW0BRF5LI
|