龚焕茏
2024-03-21 e17e3b7f70fa5abc8341e64f1ffce5813bae4bc3
dujy-admin/src/main/resources/application-dev.yml
@@ -36,23 +36,23 @@
      hibernate:
        format_sql: true
  graphql:
    path: /graphql
    graphiql:
      enabled: true
      path: /graphiql
    cors:
      allow-credentials: true
      allowed-headers: '*'
      allowed-methods: '*'
    schema:
      locations:
        - classpath*:graphql/
      file-extensions:
        - .graphql
        - .gqls
      printer:
        enabled: true
#  graphql:
#    path: /graphql
#    graphiql:
#      enabled: true
#      path: /graphiql
#    cors:
#      allow-credentials: true
#      allowed-headers: '*'
#      allowed-methods: '*'
#    schema:
#      locations:
#        - classpath*:graphql/
#      file-extensions:
#        - .graphql
#        - .gqls
#      printer:
#        enabled: true
  datasource:
    type: com.zaxxer.hikari.HikariDataSource
    # 动态数据源文档 https://www.kancloud.cn/tracy5546/dynamic-datasource/content
@@ -123,16 +123,16 @@
spring.data:
  redis:
    # 地址
    host: 162.14.79.111
    host: 42.193.1.25
    # 端口,默认为6379
    port: 6379
    password: 234#Wersdf!
    password: ycl2018
    # 数据库索引
    database: 0
    # 密码(如没有密码请注释掉)
    # password:
    # 连接超时时间
    timeout: 10s
    timeout: 20s
    # 是否开启ssl
    ssl.enabled: false
@@ -277,3 +277,7 @@
      client-id: 10**********6
      client-secret: 1f7d08**********5b7**********29e
      redirect-uri: ${justauth.address}/social-callback?source=gitlab
minio:
  url: http://127.0.0.1:9000
  access-key: root
  secret-key: root1234