Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main to dev #29

Merged
merged 20 commits into from
Jun 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update applcaiton properties for postservice
  • Loading branch information
AleksandraKrasteva committed Jun 11, 2024
commit 2b80169ee5a5b69fb8aab04ab4c864fa97fd28c0
4 changes: 2 additions & 2 deletions PostManagement/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -18,13 +18,13 @@ spring.rabbitmq.username=${RABBITMQ_USER}
spring.rabbitmq.password=${RABBITMQ_PASS}
#DB setup
#spring.datasource.url=jdbc:postgresql://${POST_DB_HOST}:${POST_DB_PORT}/posts
spring.datasource.url= jdbc:postgresql://post-database.postgres.database.azure.com:5432/postgres?user=${POST_DB_USER}&password=${POST_DB_PASS}&sslmode=require
spring.datasource.url=jdbc:postgresql://post-database.postgres.database.azure.com:5432/postgres?user=${POST_DB_USER}&password=${POST_DB_PASS}&sslmode=require
#spring.datasource.username=${POST_DB_USER}
#spring.datasource.password=${POST_DB_PASS}
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect

spring.jpa.open-in-view=false
#spring.datasource.hikari.maximumPoolSize=100

Loading