Skip to content

Commit

Permalink
feat: updating prod yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioFiorita committed Apr 14, 2023
1 parent 7b5e37b commit 2d7e5ab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
spring:
datasource:
driverClassName: org.h2.Driver
url: jdbc:h2:mem:forum
username: sa
password:
jpa:
database-platform: org.hibernate.dialect.H2Dialect
properties:
hibernate:
show_sql: true
format_sql: true
h2:
console:
enabled: true
jwt:
secret: secreto

0 comments on commit 2d7e5ab

Please sign in to comment.