forked from cedardevs/onestop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.yml
70 lines (60 loc) · 2.06 KB
/
defaults.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
64
65
66
67
68
69
70
# These are the default config values used by the app.
# Use this as a starting point for setting your own external config values.
##########################
##########################
# Server Values
##########################
# Use to modify the port and context path that the app
# uses when executed directly. These defaults will cause
# the app to listen on http://localhost:8097/onestop/api
#server:
# port: 8097
# context-path: /onestop/api
##########################
# ElasticSearch values
##########################
# Use these to control how the app connects to elasticsearch.
# By default the app looks for a locally-running cluster without
# the Shield plugin installed. Adding user/pass credentials for
# the 'ro' and 'rw' users will cause the app to utilize Shield
# and pass the appropriate credentials when talking to elasticsearch.
#elasticsearch:
# cluster:
# name: elasticsearch
# host: localhost
# port: 9300
# ro:
# user:
# pass:
# rw:
# user:
# pass:
# index:
# prefix:
##########################
# Logging values
##########################
# Config values to customize the logging behavior.
# By defaul the app will simply log to stdout.
# See http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-logging.html
# for more information about logging configuration options
#logging:
## Using either of the two following settings will cause logs to be
## written to files using a rolling appender with a max file size of 10MB
# file: # Use to set a specific log file location
# path: # Use to set a directory into which log files will be written
## The logging.level.* properties can be used to fine-tune logging levels by package
# level:
# root: WARN # The default log level
# ncei.onestop.api: DEBUG # Message generated by this app will use this package
##########################
# UI values
##########################
# Values to be passed to the UI client to configure its behavior,
# e.g. to set the message and color of the banner at the top
#ui:
# banner:
# message:
# colors:
# text:
# background: