diff --git a/server/src/main/resources/application-dev.properties b/server/src/main/resources/application-dev.properties index 1547bd4..242ae1a 100644 --- a/server/src/main/resources/application-dev.properties +++ b/server/src/main/resources/application-dev.properties @@ -1,10 +1,9 @@ -#kkfile.cache.type=default -#kkfile.fileDir=/appdata/upload/crm-print -kkfile.fileDir=./server/src/main/file -kkfile.baseUrl = http://localhost:9089 -kkfile.token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiIya3FTbmE1TmoweTBmQzhETEJPd1dVdmxuRWNyZUQ4NiJ9.0iPPXwIiMHdQ0UVJ_bL5SYC4y_FLu6pGaJzmu0WV1Ao -kkfile.localfileUrl=http://localhost:9089 +kkfile.fileDir=/appdata/upload/ecrm-print +kkfile.baseUrl=http://192.168.1.169/ecrm-print +kkfile.token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJkam0wdmNmRFg0QmxLc3RjUTVCSjNqOXZoNTdwdnl6QiJ9.OMUdG77d5VsSqCCbXhebdRuMGVnxHVbMkxRA0YEURsc +kkfile.localfileUrl=http://192.168.1.169/ecrm-print-jwt +kkfile.cacheEnabled=true +kkfile.cache.type=default +server.servlet.context-path= /ecrm-print # 开启增强配置 knife4j.enable=true -kkfile.fileUploadDisable = false -log.path=./logs/crm-print diff --git a/server/src/main/resources/application-gray.properties b/server/src/main/resources/application-gray.properties index 364d999..ee078bc 100644 --- a/server/src/main/resources/application-gray.properties +++ b/server/src/main/resources/application-gray.properties @@ -7,4 +7,3 @@ kkfile.cache.type=default server.servlet.context-path= /crm-print # 开启增强配置 knife4j.enable=true -log.path=/appdata/logs/crm-web \ No newline at end of file diff --git a/server/src/main/resources/application-test.properties b/server/src/main/resources/application-test.properties index 8abd84e..1546a26 100644 --- a/server/src/main/resources/application-test.properties +++ b/server/src/main/resources/application-test.properties @@ -7,4 +7,3 @@ kkfile.cache.type=default server.servlet.context-path= /crm-print # 开启增强配置 knife4j.enable=true -log.path=/appdata/logs/crm-web \ No newline at end of file diff --git a/server/src/main/resources/application-vazymeprod.properties b/server/src/main/resources/application-vazymeprod.properties index 7b90eeb..cb7dfe9 100644 --- a/server/src/main/resources/application-vazymeprod.properties +++ b/server/src/main/resources/application-vazymeprod.properties @@ -12,4 +12,3 @@ knife4j.production=true knife4j.basic.enable=true knife4j.basic.username=crm knife4j.basic.password=crm@#$%&87811 -log.path=/appdata/logs/crm-web \ No newline at end of file diff --git a/server/src/main/resources/application-vazymetest.properties b/server/src/main/resources/application-vazymetest.properties index 362d49a..8c87532 100644 --- a/server/src/main/resources/application-vazymetest.properties +++ b/server/src/main/resources/application-vazymetest.properties @@ -8,4 +8,3 @@ kkfile.fileUploadDisable = false server.servlet.context-path= /crm-print # 开启增强配置 knife4j.enable=true -log.path=/appdata/logs/crm-web \ No newline at end of file