mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
configs for dev and prod
This commit is contained in:
17
config.yml
17
config.yml
@@ -15,13 +15,11 @@ app:
|
||||
pubsubhubbub: false
|
||||
imageProxyEnabled: false
|
||||
queryTimeout: 0
|
||||
crawlingPaused: false
|
||||
keepStatusDays: 0
|
||||
refreshIntervalMinutes: 5
|
||||
cache: noop
|
||||
announcement:
|
||||
|
||||
authenticationCachePolicy: maximumSize=10000, expireAfterAccess=10m
|
||||
database:
|
||||
driverClass: org.h2.Driver
|
||||
user: sa
|
||||
@@ -39,15 +37,20 @@ database:
|
||||
server:
|
||||
applicationConnectors:
|
||||
- type: http
|
||||
port: 8083
|
||||
port: 8082
|
||||
adminConnectors:
|
||||
- type: http
|
||||
port: 8084
|
||||
logging:
|
||||
level: WARN
|
||||
loggers:
|
||||
com.commafeed: DEBUG
|
||||
liquibase: INFO
|
||||
org.hibernate.SQL: ALL
|
||||
com.commafeed: INFO
|
||||
appenders:
|
||||
- type: console
|
||||
- type: console
|
||||
- type: file
|
||||
currentLogFilename: log/commafeed.log
|
||||
threshold: ALL
|
||||
archive: true
|
||||
archivedLogFilenamePattern: log/commafeed-%d.log
|
||||
archivedFileCount: 5
|
||||
timeZone: UTC
|
||||
Reference in New Issue
Block a user