From 1c4023ccc06e633233ed642eb9d1ac85e82feaf0 Mon Sep 17 00:00:00 2001 From: "marian.vaclavik@telekom.com" Date: Mon, 31 Jul 2023 10:59:39 +0200 Subject: Initial upload of E2E test project. Issue-ID: PORTALNG-35 Change-Id: I606b3f265dfdb98d7eb9cfd8ab021e2895ee5152 Signed-off-by: marian.vaclavik@telekom.com --- src/main/resources/test-remote.properties | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/main/resources/test-remote.properties (limited to 'src/main/resources/test-remote.properties') diff --git a/src/main/resources/test-remote.properties b/src/main/resources/test-remote.properties new file mode 100644 index 0000000..a4ea8cc --- /dev/null +++ b/src/main/resources/test-remote.properties @@ -0,0 +1,20 @@ +# +# Copyright (c) 2023. Deutsche Telekom AG +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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 +# +# + +baseUrl=https://remote-url \ No newline at end of file -- cgit 1.2.3-korg