-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.yml
63 lines (46 loc) · 1.65 KB
/
test.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# HTTP-specific options.
http:
# The port on which the HTTP server listens for service requests.
port: 8080
# Admin port
adminPort : 8080
# The type of connector to use. Other valid values are "nonblocking" or "legacy". In general, the
# blocking connector should be used for low-latency services with short request durations. The
# nonblocking connector should be used for services with long request durations or which
# specifically take advantage of Jetty's continuation support.
# If you need SSL support, you can either choose from "nonblocking+ssl" or "legacy+ssl".
connectorType: nonblocking+ssl
# HTTP request log settings.
requestLog:
# Settings for logging to stdout.
console:
# If true, log requests to stdout.
enabled: false
# SSL
ssl:
keyStore: ./keystores/ssl.jks
keyStorePassword: testcert123
# Logging settings.
logging:
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: INFO
file:
# If true, write log statements to a file.
enabled: true
currentLogFilename: logs/stdout.log
archivedLogFilenamePattern: ./logs/stdout-%d.log
archivedFileCount: 5
timeZone: Asia/Shanghai
config:
# Environment
env: test
# Base Url
baseUrl: https://www.zeedoo.cn:8080
# The hello message to display at http://localhost:9898/hello
message: Welcome to the hello application !!!
# Urban Airship API key
urbanAirshipApiKey: KXhrEtypS1Or_NIe5F4rkA
# Urban Airship API secret
urbanAirshipApiSecret: L7CHzQ-pQBKNWsuuJVsu6w
# Urban Airship Root Path
urbanAirshipRootPath: https://go.urbanairship.com/api