Commit 92289822 authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-wx-api]: 暂时取消docker支持

parent 70c32ff9
FROM java
MAINTAINER tiger <tiger@microsoul.com>
ADD /litemall-wx-api-0.1.0.jar //
ENTRYPOINT java -jar /litemall-wx-api-0.1.0.jar
\ No newline at end of file
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://${MYSQL_HOST}:3306/${MYSQL_DATABASE}?useUnicode=true&amp;characterEncoding=utf-8
username: ${MYSQL_USERNAME}
password: ${MYSQL_PASSWORD}
type: com.alibaba.druid.pool.DruidDataSource
litemall:
wx:
app-id: ${WX_APP_ID}
app-secret: ${WX_APP_SECRET}
mch-id: ${WX_MCH_ID}
mch-key: ${WX_MCH_KEY}
notify-url: ${WX_NOTIFY_URL}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment