add license and readme

This commit is contained in:
Athou
2014-08-09 20:17:00 +02:00
parent febb6b19dd
commit 3d8c0ca663
3 changed files with 121 additions and 0 deletions

56
config.yml.example Normal file
View File

@@ -0,0 +1,56 @@
app:
publicUrl: http://localhost:8082/
allowRegistrations: false
googleAnalyticsTrackingCode:
googleClientId:
googleClientSecret:
backgroundThreads: 3
databaseUpdateThreads: 1
smtpHost:
smtpPort:
smtpTls: false
smtpUserName:
smtpPassword:
heavyLoad: false
pubsubhubbub: false
imageProxyEnabled: false
queryTimeout: 0
keepStatusDays: 0
refreshIntervalMinutes: 5
cache: noop
announcement:
database:
driverClass: org.h2.Driver
user: sa
password: sa
url: jdbc:h2:./target/example
properties:
charSet: UTF-8
# hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect
maxWaitForConnection: 1s
validationQuery: "/* MyApplication Health Check */ SELECT 1"
minSize: 1
maxSize: 8
checkConnectionWhileIdle: true
server:
applicationConnectors:
- type: http
port: 8082
adminConnectors:
- type: http
port: 8084
logging:
level: WARN
loggers:
com.commafeed: INFO
appenders:
- type: console
- type: file
currentLogFilename: log/commafeed.log
threshold: ALL
archive: true
archivedLogFilenamePattern: log/commafeed-%d.log
archivedFileCount: 5
timeZone: UTC