Skip to content

Commit

Permalink
modify default properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gibubi committed Feb 28, 2018
1 parent 7221047 commit 39ad654
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public static int getBufferMemoryConfig() {
*/
public static String deviceDriverPath= "/";

@Value("${so.device.driver.path}")
//@Value("${so.device.driver.path}")
public void setDeviceDriverPath(String _deviceDriverPath) {
deviceDriverPath = _deviceDriverPath;
}
Expand Down
2 changes: 1 addition & 1 deletion so-web/conf/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server.port=10080
server.contextPath=/so

#----------LOG
logging.config=file:${SO_SERVICE_HOME}/conf/logback-web.xml
logging.config=conf/logback-web.xml

#----------PROCESSOR LIST
so.serviceprocessor.contextmodel.enable=true
Expand Down
2 changes: 1 addition & 1 deletion so-web/conf/application-product.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server.port=8080
server.contextPath=/so

#----------LOG
logging.config=file:${SO_SERVICE_HOME}/conf/logback-web.xml
logging.config=conf/logback-web.xml

#----------PROCESSOR LIST
so.serviceprocessor.contextmodel.enable=true
Expand Down

0 comments on commit 39ad654

Please sign in to comment.