Files
sgeUpdated/sge-backend/src/main/resources/application.properties

33 lines
1.3 KiB
Properties

spring.datasource.url=jdbc:postgresql://localhost:5432/sge
spring.datasource.username=sge
spring.datasource.password=147
#spring.datasource.url=jdbc:postgresql://localhost:5432/sge
#spring.datasource.username=postgres
#spring.datasource.password=local123
spring.jpa.hibernate.ddl-auto=update
#spring.jpa.show-sql=true
#spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.generate_statistics=false
spring.jpa.properties.hibernate.globally_quoted_identifiers=true
server.port=8080
graphql.servlet.mapping=/api/v1/graphql
security.jwt.token.secret-key=secret
app.survey.base-url=http://localhost.com
spring.rabbitmq.host=188.132.198.145
spring.rabbitmq.port=5672
spring.rabbitmq.username=testuser
spring.rabbitmq.password=JGasF24561AZv2894De
spring.rabbitmq.virtual-host=/
spring.rabbitmq.connection-timeout=20000
spring.rabbitmq.template.retry.enabled=true
spring.rabbitmq.template.retry.max-attempts=3
spring.rabbitmq.template.retry.initial-interval=1000ms
logging.level.org.springframework.amqp=DEBUG
spring.jpa.show-sql=true
logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE