Restored dev
This commit is contained in:
28
huertos/src/main/resources/application-dev.yml
Normal file
28
huertos/src/main/resources/application-dev.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
server:
|
||||
port: 8081
|
||||
servlet:
|
||||
context-path: /v2/huertos
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mariadb://localhost:3306/miarma_v2
|
||||
username: admin
|
||||
password: ${DB_PASS}
|
||||
driver-class-name: org.mariadb.jdbc.Driver
|
||||
|
||||
logging:
|
||||
level:
|
||||
org.hibernate.SQL: DEBUG
|
||||
org.hibernate.orm.jdbc.bind: TRACE
|
||||
|
||||
core:
|
||||
url: http://localhost:8080/v2/core
|
||||
|
||||
huertos:
|
||||
user: SYSTEM
|
||||
password: ${HUERTOS_PASS}
|
||||
|
||||
mail:
|
||||
smtp:
|
||||
server: smtp.dondominio.com
|
||||
port: 587
|
||||
Reference in New Issue
Block a user