| | |
| | | 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 |
| | |
| | | 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 |
| | | |
| | |
| | | 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 |