From 758c0e95630ee164dea3294e0c8e3e4106b19c6d Mon Sep 17 00:00:00 2001 From: ronger Date: Tue, 14 Jan 2020 14:29:41 +0800 Subject: [PATCH] :lock: --- src/main/resources/application-pord.yml | 62 ------------------------- 1 file changed, 62 deletions(-) delete mode 100644 src/main/resources/application-pord.yml diff --git a/src/main/resources/application-pord.yml b/src/main/resources/application-pord.yml deleted file mode 100644 index 8ac0993..0000000 --- a/src/main/resources/application-pord.yml +++ /dev/null @@ -1,62 +0,0 @@ -spring: - thymeleaf: - prefix: classpath:/templates/ - suffix: .html - mode: LEGACYHTML5 - encoding: UTF-8 - servlet: - content-type: text/html - cache: false - redis: - host: 127.0.0.1 - port: 6379 - password: d9d2j9w2 - database: 1 - timeout: 3000 - jedis: - pool: - max-active: 8 - max-wait: 1 - max-idle: 500 - min-idle: 0 - datasource: - url: jdbc:mysql://101.132.182.12:3306/vertical?characterEncoding=UTF-8&autoReconnect=true&useSSL=false - username: root - password: d9d2j9w2.RYMCU - driver-class-name: com.mysql.cj.jdbc.Driver - resources: - add-mappings: true - mail: - host: smtp.ym.163.com - port: 465 - username: service@rymcu.com - password: Aa12345678 - servlet: - multipart: - max-file-size: 10MB - max-request-size: 20MB -wx: - miniapp: - configs: - - appid: wxf57df4f171606a26 - secret: 574ff86cb48a42f3980b221e942c53b1 - token: #微信小程序消息服务器配置的token - aesKey: #微信小程序消息服务器配置的EncodingAESKey - msgDataFormat: JSON -env: dev -logging: - file: - path: /logs/vertical - level: - com: - rymcu: warn -server: - port: 8099 - compression: - enabled: true - mime-types: application/json,application/xml,text/html,text/xml,text/plain - min-response-size: 1024 - max-http-header-size: 1024 -version: 1.0 -resource: - file-path: https://rymcu.com/vertical \ No newline at end of file