• This project
    • Loading...
  • Sign in

wei.zhou / iClear-api

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • iClear-api
  • src
  • main
  • resources
  • application.yml
  • wei.zhou's avatar
    提交代码 · b8a9caf2
    b8a9caf2 Browse Files
    wei.zhou authored 2021-06-23 17:35:43 +0800
application.yml 286 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
server:
  port: 8780
  ssl:
    enabled: true
    key-store-type: PKCS12
    key-store: classpath:iclearApiSSL.p12
    key-store-password: iclear
    key-alias: iclearApiSSL





spring:
  application:
    name: iClearExport.DataInterface
  profiles:
    active: @activatedProperties@