Skip to content

Commit

Permalink
remove deprecation warnings (already done in config.yml.example)
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Apr 28, 2023
1 parent 791804b commit 924a1d8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions commafeed-server/config.dev.yml
Expand Up @@ -69,7 +69,7 @@ app:

# user-agent string that will be used by the http client, leave empty for the default one
userAgent:

# Database connection
# -------------------
# for MySQL
Expand All @@ -92,22 +92,23 @@ database:
properties:
charSet: UTF-8
validationQuery: "/* CommaFeed Health Check */ SELECT 1"

server:
applicationConnectors:
- type: http
port: 8083
adminConnectors:
- type: http
port: 8084

logging:
level: INFO
loggers:
com.commafeed: DEBUG
liquibase: INFO
org.hibernate.SQL: INFO # or ALL for sql debugging
org.hibernate.engine.internal.StatisticalLoggingSessionEventListener: WARN
org.hibernate.orm.deprecation: "OFF"
appenders:
- type: console
- type: file
Expand All @@ -117,14 +118,14 @@ logging:
archivedLogFilenamePattern: log/commafeed-%d.log
archivedFileCount: 5
timeZone: UTC

# Redis pool configuration
# (only used if app.cache is 'redis')
# -----------------------------------
redis:
host: localhost
port: 6379
password:
password:
timeout: 2000
database: 0
maxTotal: 500
Expand Down

0 comments on commit 924a1d8

Please sign in to comment.