-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yml
More file actions
50 lines (50 loc) · 1.74 KB
/
configuration.yml
File metadata and controls
50 lines (50 loc) · 1.74 KB
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
41
42
43
44
45
46
47
48
49
50
server:
gzip:
enabled: false
# softNofileLimit: 1000
# hardNofileLimit: 1000
rootPath: /api/*
applicationConnectors:
- type: http
port: 8080
# this requires the npn-boot library on the JVM's boot classpath
# - type: spdy3
# port: 8445
# keyStorePath: example.keystore
# keyStorePassword: example
# validateCerts: false
adminConnectors:
- type: http
port: 8081
assets:
overrides:
/: layout/
message: "This is a message defined in the configuration file config.yaml."
messageRepetitions: 5
redis:
# The redis server's address; required.
endpoint: localhost:6379
# Auth password for redis server connection. (default: null)
# password: null
# The minimum number of idle connections to maintain in the pool. (default: 0)
minIdle: 5
# The maximum number of idle connections allowed in the pool. (default: 0)
maxIdle: 10
# The maximum number of connections allowed in the pool. (default: 1024)
maxTotal: 1924
twitter:
# consumer-key: 6PPRgLzPOf6Mvcj3NkPIlq07Y
# consumer-secret: Xl3TKJwNQtZmbYGhLcXzUseO9CrdoMav54qODCr2CnFiSIIZpb
# user-key: 1974931724-iUek6BFqWg3SSyuTMfTDhvL5DrzDGDkClgd9yB0
# user-secret: 3SrUJH57ROyLlIoTle81CP1LDtbWDlGf4ew4tocDekuil
# consumer-key: NOtR3vUPHLg9SkQZ8xPKUWNuB
# consumer-secret: e3TrmlIMDUeaDFOvnVzWXF09FU7yK8G40Ju6eryazzaOLn7IUJ
# user-key: 1974931724-eOfQXnlkGUKq1Nh7x3dElaGMUwu00dFOrZbkuIi
# user-secret: E86Yjk5ZPNnFqVQzRE0UlxiTdp82SjBX4tXUnr7kcM7eN
consumer-key: x8mRgwkDLqtJAIbtF2exVGUAJ
consumer-secret: GOe5YzFEL5b189ZqfBRUF78e5KKUCWlw7eNlFZCBPvLvqgWJX9
user-key: 1974931724-99y199ECdu3BlIDy8oA1cYpxNRDK77PF5a6XUvx
user-secret: rXQVL0Jinj7IiD6dmkobEuoY9ScL8U1JaVAA1XR6wS2VA
defaultAutoShutdownDelayInHours: 1
v2: true
baseDomain: localhost:8080