From 9a3366d73c84cc6ff2022308316da5df1697df74 Mon Sep 17 00:00:00 2001 From: hekeguang Date: Thu, 19 Mar 2020 19:40:44 +0800 Subject: The configuration files needs to be placed outside the jar package. Issue-ID: USECASEUI-418 Change-Id: I5d67d127e9136f1703a837d81f397f852cc0394c Signed-off-by: hekeguang --- .../src/main/assembly/config/slicing.properties | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 standalone/src/main/assembly/config/slicing.properties (limited to 'standalone') diff --git a/standalone/src/main/assembly/config/slicing.properties b/standalone/src/main/assembly/config/slicing.properties new file mode 100644 index 00000000..e9363c27 --- /dev/null +++ b/standalone/src/main/assembly/config/slicing.properties @@ -0,0 +1,22 @@ +## +## Copyright (C) 2019 CMCC, Inc. and others. All rights reserved. +## +## 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. +##/ + +slicing.kpi.hours=4 +slicing.globalSubscriberId=5GCustomer +slicing.serviceType=5G +slicing.serviceInvariantUuid=e75698d9-925a-4cdd-a6c0-edacbe6a0b51 +slicing.serviceUuid=8ee5926d-720b-4bb2-86f9-d20e921c143b + -- cgit 1.2.3-korg