RIC-1059: dms_cli to use flask-restx
[ric-plt/appmgr.git] / config / appmgr.yaml
1 #   Copyright (c) 2019 AT&T Intellectual Property.
2 #   Copyright (c) 2019 Nokia.
3 #
4 #   Licensed under the Apache License, Version 2.0 (the "License");
5 #   you may not use this file except in compliance with the License.
6 #   You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #   Unless required by applicable law or agreed to in writing, software
11 #   distributed under the License is distributed on an "AS IS" BASIS,
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #   See the License for the specific language governing permissions and
14 #   limitations under the License.
15
16 "helm":
17   "host": "192.168.0.12:31807"
18   "repo": "http://192.168.0.6/charts"
19   "repo-name": "helm-repo"
20   "secrets":
21     "username": "admin"
22     "password": "ric"
23   "helm-username-file": "./helm_repo_username"
24   "helm-password-file": "./helm_repo_password"
25   "retry": 1
26 "xapp":
27   "namespace": "ricxapp"
28   "tarDir": "/tmp"
29   "schema": "descriptors/schema.json"
30   "config": "config/config-file.json"
31   "tmpConfig": "/tmp/config-file.json"
32 "db":
33   "sessionNamespace": "XMSession"
34   "host": ":6379"
35   "prot": "tcp"
36   "maxIdle": 80
37   "maxActive": 12000