diff --git a/commafeed-server/config.dev.yml b/commafeed-server/config.dev.yml index ecbfc2cba..8eecd4c19 100644 --- a/commafeed-server/config.dev.yml +++ b/commafeed-server/config.dev.yml @@ -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 @@ -92,7 +92,7 @@ database: properties: charSet: UTF-8 validationQuery: "/* CommaFeed Health Check */ SELECT 1" - + server: applicationConnectors: - type: http @@ -100,7 +100,7 @@ server: adminConnectors: - type: http port: 8084 - + logging: level: INFO loggers: @@ -108,6 +108,7 @@ logging: 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 @@ -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