53 lines
1.6 KiB
Properties
53 lines
1.6 KiB
Properties
spring.application.name=jambotron
|
|
|
|
spring.datasource.url= jdbc:postgresql://dpg-d1lcd2mr433s73din4k0-a:5432/jambotron_mpby
|
|
spring.datasource.username= jambotron_mpby_user
|
|
spring.datasource.password= yYbQlI1iCMl7oo4MsTQuV6a0rEr5fbUf
|
|
|
|
#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
|
|
|
|
# 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.flyway.baseline-on-migrate=true
|
|
spring.flyway.validate-on-migrate=true
|
|
|
|
spring.flyway.user=admin
|
|
spring.flyway.password=postgrespw
|
|
spring.flyway.url=jdbc:postgresql://localhost:5432/jambotronDB
|
|
|
|
|
|
|
|
|
|
spring.ai.zhipuai.base-url=https://open.bigmodel.cn/api/paas/v4/images/generations
|
|
spring.ai.zhipuai.api-key = 628447c8c65845a48a7226391464a2ea.Dw8ci6TiW0BRF5LI
|