forked from AjabShahar/Ajab-Shahar-TW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appserver.yml
40 lines (39 loc) · 962 Bytes
/
appserver.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
template: Hello, %s!
defaultName: Stranger
sessionTimeout: 7200
salt : "A very long salt text."
server:
gzip:
enabled: true
minimumEntitySize: 256B
bufferSize: 8KB
applicationConnectors:
- type: http
port: 9000
adminConnectors:
- type: http
port: 9001
database:
driverClass: org.postgresql.Driver
user: pg-dev
password:
url: jdbc:postgresql://localhost/platform-dev?allowMultiQueries=true&createDatabaseIfNotExist=true
properties:
charSet: UTF-8
hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect
maxWaitForConnection: 1s
validationQuery: "/* MyApplication Health Check */ SELECT 1"
minSize: 8
maxSize: 32
checkConnectionWhileIdle: false
logging:
level: WARN
loggers:
org.ajabshahar: WARN
org.hibernate.SQL: WARN
appenders:
- type: file
currentLogFilename: ./server.log
archivedLogFilenamePattern: ./server-%d.log.gz
archivedFileCount: 5
timeZone: UTC