Skip to content

Commit

Permalink
DEPLOY
Browse files Browse the repository at this point in the history
  • Loading branch information
JanisBe committed Jun 27, 2024
1 parent 905e5c0 commit cadfebd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/main/resources/application-docker.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
spring.datasource.url=jdbc:mariadb://mysql:3307/komornik?createDatabaseIfNotExist=true&autoReconnect=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8
spring.datasource.username=root
spring.datasource.password=haslo
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.format_sql=true
spring.mvc.dispatch-options-request=true
logging.level.org.springframework.security=ERROR
logging.level.org.hibernate.SQL=ERROR
logging.level.org.hibernate.type=ERROR
logging.level.com.ulisesbocchio=ERROR
spring.security.filter.order=10
management.endpoints.enabled-by-default=false
management.endpoints.web.exposure.include=health
management.endpoint.health.enabled=true
management.endpoint.health.show-details=always
spring.application.name=Komornik
server.port=8080
app.address=130.61.100.99
spring.mail.password=${{ secrets.GOOGLE_PASSWORD }}

0 comments on commit cadfebd

Please sign in to comment.