Ver Fonte

Update application-prod.properties

jtoms há 3 anos atrás
pai
commit
645cd76412
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/main/resources/application-prod.properties

+ 2 - 2
src/main/resources/application-prod.properties

@@ -1,5 +1,5 @@
 logger.root.level=info
-logger.root.path=/data/logs/
+logger.root.path=/data/data-center/logs/
 ####################### mysql ###############################
 spring.datasource.url=jdbc:mysql://192.168.0.27/data_center?allowMultiQueries=true&useUnicode=true&characterEncoding=utf8&useSSL=false
 spring.datasource.username=root
@@ -13,6 +13,6 @@ spring.redis.database=0
 uploader.max-size=20480000
 uploader.file-host=http://171.104.234.207:9800/src
 uploader.allow-file-types=jpg,jpeg,png,gif
-uploader.save-path=/data/uploads
+uploader.save-path=/data/data-center/uploads
 ####################### spider config ###############################
 spider.phantomjs_executable_path_property=/data/phantomjs-2.1.1-linux-x86_64/bin/phantomjs