diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-03-26 17:25:13 +0100 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2021-04-07 16:40:01 +0200 |
commit | 97a9001fe632b0eaed48d324dc8d6c2c3c630f8c (patch) | |
tree | 1631f3e7a496af8818f0bcca07ef85b04e8bb7be /a1-policy-management/config | |
parent | 7a052f6652ffc9965f3c0d2cdc8b7385d1029f3f (diff) |
PMS Persistent storage of policies and type definitions - A1 Istanbul
Policy types and type definitions are stored persistently to survive a restart of PMS.
Change-Id: Ideae4dae5b6f9de2b82127e65ce5184d615c8fd4
Issue-ID: CCSDK-3256
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'a1-policy-management/config')
-rw-r--r-- | a1-policy-management/config/application.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/a1-policy-management/config/application.yaml b/a1-policy-management/config/application.yaml index 150dca47..3294fbe2 100644 --- a/a1-policy-management/config/application.yaml +++ b/a1-policy-management/config/application.yaml @@ -69,4 +69,6 @@ app: # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s http.proxy-host: http.proxy-port: 0 + # path where the service can store data + vardata-directory: /var/policy-management-service |