Revise mock config classes to autowire properties
[portal/ric-dashboard.git] / dashboard / webapp-backend / src / main / resources / application.yaml
index 9a327eb..5b936e3 100644 (file)
 server:
     port: 8080
 
-# path to file that stores user details;
+# paths to files that store details;
 # use a persistent volume in a K8S deployment
 userfile: users.json
+statsfile: stats.json
 
 # Dashboard properties related to Portal
 portalapi: