VegaHRM.Backend/config/shared.properties
2025-11-17 23:20:27 +07:00

44 lines
1.6 KiB
Properties

spring.jpa.open-in-view=false
app.datasource.vega.url=jdbc:postgresql://103.166.141.147:5440/db_vega_hrm
app.datasource.vega.username=vega_hrm
app.datasource.vega.password=VegaHrm@2025
app.datasource.vega.hikari.idle-timeout=10000
app.datasource.vega.hikari.maximum-pool-size=10
app.datasource.vega.hikari.minimum-idle=5
app.datasource.vega.hikari.pool-name=VEGA_POOL
app.datasource.vega.hibernate.default_schema=vega_hrm
# Hibernate PostgreSQL dialect
app.datasource.vega.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
app.datasource.vega.hibernate.format_sql=true
app.datasource.vega.hikari.show-sql=true
app.datasource.vega.hikari.max-lifetime=1800000
app.datasource.vega.hikari.connection-timeout=30000
app.datasource.vega.hikari.validation-timeout=5000
vega.hrm.postgre.enabled=true
#app.datasource.core.vcb.url=jdbc:oracle:thin:@//10.22.19.197:1521/DVNHTEST
#app.datasource.core.vcb.username=VCB_AIRPORT_LOUNGE
#app.datasource.core.vcb.password=TGwE247q0Hh7aZAAw6YDT1IP8f+z+SQINE4Gi8GgE48=
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql=TRACE
# redis
redis.host=103.166.141.147
redis.port=6379
redis.password=VegaHrm@2025
redis.database=0
cors.allowed-origins=*
google.client.client-id = 719251949807-0jqbsmlh0a116cm8vm47oknmc5vpi19q.apps.googleusercontent.com
google.client.client-secret = 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
google.client.redirect-uri=http://localhost:8089/api/google/user/callback
#vcb-lounge.redis.time-to-live=600
#spring.cache.type=simple