liusuyi
2024-07-10 ac576569220cf4ed4ffa54dd4dd34e12d96d90f4
ruoyi-admin/src/main/resources/application-prod.yml
@@ -2,6 +2,17 @@
server:
  # 服务器的HTTP端口,默认为8080
  port: 8080
  ssl:
    # 开启HTTPS,并配置自签名证书
    enabled: false
    #秘钥库文件名称,即上面生成的自签名证书
    key-store: classpath:keystore
    # 生成秘钥库文件的密码
    key-store-password: 123456
    # 秘钥库类型(JKS为jdk的keytool工具默认生成的秘钥库类型)
    key-store-type: JKS
    # 秘钥别名
    key-alias: tomcat
  servlet:
    # 应用的访问路径
    context-path: /
@@ -66,3 +77,8 @@
#三一车辆开关
syCar:
  enabled: true
  userId: admin
  password: 654321
#无人机开关
uav:
  enabled: true