Skip to content

Commit

Permalink
feat: modificacion config
Browse files Browse the repository at this point in the history
  • Loading branch information
rpuigm committed Dec 5, 2021
1 parent d969781 commit 782b544
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 31 deletions.
13 changes: 12 additions & 1 deletion config/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
config.security.oauth.client.id=frontendapp
config.security.oauth.client.secret=12345
config.security.oauth.jwt.key=12345
config.security.oauth.jwt.key=12345

spring.datasource.url=jdbc:postgresql://localhost:5432/db_ecommerce
spring.datasource.username=postgres
spring.datasource.password=ruben
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL95Dialect
spring.jpa.hibernate.ddl-auto=create

logging.level.org.hibernate.SQL=debug

spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
10 changes: 0 additions & 10 deletions config/servicio-compras.properties

This file was deleted.

10 changes: 0 additions & 10 deletions config/servicio-personas.properties

This file was deleted.

10 changes: 0 additions & 10 deletions config/servicio-productos.properties

This file was deleted.

0 comments on commit 782b544

Please sign in to comment.