-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml.reference
27 lines (24 loc) · 1.18 KB
/
config.yaml.reference
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
# =============================================================================
# Leave this file in place as a reference.
# NOTE: Copying this file into place will result in all keys being set to
# empty string.
#
# The actual configuration file should be stored as:
# etc/config.yaml
# =============================================================================
# =============================================================================
# App Base Url [REQUIRED]
# Specify the location where the API server is being hosted
# =============================================================================
base_url:
# =============================================================================
# JWT Token [REQUIRED]
# Specify your authorization token to be used with the request. Contact your
# system administrator to be issued with a token
# =============================================================================
jwt_token:
# =============================================================================
# Debugging Mode [Development Purposes Only]
# Enable the development tools for debugging purposes
# =============================================================================
debug: