forked from SAP-archive/yaas_java_jersey_wishlist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.properties
More file actions
29 lines (26 loc) · 1.29 KB
/
Copy pathdefault.properties
File metadata and controls
29 lines (26 loc) · 1.29 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
### Default configuration file for java-jersey-wishlist ###
# All properties defined here are available as place-holders in the Spring application context at:
#
# META-INF/applicationContext.xml
#
# Properties defined here can thus be referenced in Spring using the ${} notation. E.g., property PROP will
# be available as ${PROP}.
#
# Note that the defaults that are defined here in default.properties can be overridden by either:
#
# - properties in a file named test.properties on the classpath,
# - Java system properties,
# - or environment variables.
#
# This is useful to inject configuration values that are specific to a particular runtime environment.
# E.g. one could use adjusted configurations for development, testing, and production, without modifying this file itself.
#
# In alignment with widespread conventions for environment variables, it is suggested that the property names used here
# follow the same naming conventions as Java constants. That is, all upper-case, with underscores as word separators.
######################
# OAuth2 client settings
######################
# where is the OAuth2 token endpoint?
OAUTH2_TOKEN_URI=https://api.beta.yaas.io/hybris/oauth2/v1/token
# are the configured client credentials belonging to an app? (or a service)
YAAS_CLIENT_IS_APPLICATION=false