Fix sfcDriver Jenkins job failure
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / plugin-standalone / src / main / assembly / conf / console.yml
index 4860afd..6ff2664 100644 (file)
@@ -1,5 +1,5 @@
 #
-#    Copyright 2016 [ZTE] and others.
+#    Copyright 2016 ZTE Corporation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -26,10 +26,11 @@ msbServiceUrl: http://127.0.0.1:80
 #  connector:
 #    type: http
 #    port: 8080
+serviceIp: 127.0.0.1
 
 server:
   type: simple
-  rootPath: '/openoapi/ztesdncdriver/v1/*'
+  rootPath: '/api/ztesdncdriver/v1/*'
   applicationContextPath: /
   adminContextPath: /admin
   connector:
@@ -54,6 +55,7 @@ logging:
       timeZone: UTC
       logFormat: "%-6level [%d{HH:mm:ss.SSS}] [%t] %logger{5} - %X{code} %msg %n"
     - type: file
+      maxFileSize: 100MB
       threshold: INFO
       logFormat: "%-6level [%d{HH:mm:ss.SSS}] [%t] %logger{5} - %X{code} %msg %n"
       currentLogFilename: ./logs/application.log