Skip to content

Commit

Permalink
Merge pull request sunbird-cb#233 from thejk726/dev-4.8.20
Browse files Browse the repository at this point in the history
Update cb-discussion-service-env.j2
  • Loading branch information
Haritest authored Nov 19, 2024
2 parents 55bbfb1 + 185fd61 commit 6fa36e9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ server.port={{ application_port }}
spring.datasource.url=jdbc:postgresql://{{ postgresql_host }}:{{ postgresql_port }}/sunbird
spring.datasource.username={{postgresql_username_sunbird }}
spring.datasource.password={{ postgresql_password_sunbird }}
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.show-sql=false
# Hibernate ddl auto (create, create-drop, validate, update)
spring.jpa.hibernate.ddl-auto = update
spring.jpa.hibernate.ddl-auto=update

spring.data.cassandra.startupTimeoutInSeconds=100000
spring.data.cassandra.contact-points={{ sunbird_cassandra_db_host }}
Expand All @@ -28,7 +28,7 @@ cassandra.config.host={{ sunbird_cassandra_db_host }}
spring.redis.host={{ kp_redis_ip }}
spring.redis.port=6379
spring.redis.password=
spring.redis.cacheTtl= 60000
spring.redis.cacheTtl=60000
search.result.redis.ttl=600

elasticsearch.host={{ elasticsearch_host }}
Expand All @@ -45,7 +45,7 @@ kafka.max.poll.interval.ms=15000
kafka.max.poll.records=100
kafka.auto.commit.interval.ms=10000

sso.url==https://{{ domain_name }}/auth/
sso.url=https://{{ domain_name }}/auth/
sso.realm={{ keycloak_sso_realm }}
sso.connection.pool.size=20
sso.enabled=true
Expand Down

0 comments on commit 6fa36e9

Please sign in to comment.