aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/application.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/application.yml')
-rw-r--r--src/test/resources/application.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml
index 3ac13a9..fb38742 100644
--- a/src/test/resources/application.yml
+++ b/src/test/resources/application.yml
@@ -12,11 +12,17 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
server:
port: 8080
+rest:
+ api:
+ base-path: /cps-temporal/api
+
spring:
datasource:
url: ${DB_URL}