All Downloads are FREE. Search and download functionalities are using the official Maven repository.

atlassian-connect-play-core_2.13.0.8.0.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
atlassian {
    connect {
      jwtExpirationTime = 180
      publicKeyHostBaseUrl = "https://connect-install-keys.atlassian.com"
    }
    forge {
        appId = "changeme" # ari:cloud:ecosystem::app/327bc6a8-d0ec-46a4-b42d-e9e5fe2350f9
        remote {
            jwkSetStagingUrl = "https://forge.cdn.stg.atlassian-dev.net/.well-known/jwks.json"
            jwkSetProductionUrl = "https://forge.cdn.prod.atlassian-dev.net/.well-known/jwks.json"
        }
    }
}

addon {
  key = io.toolsplus.acplayscala
  secret = "changeme"
  name = "Atlassian Connect Play"
  baseUrl = "localhost:9000"
  baseUrl = ${?AC_BASE_URL}
}

play {
  http.secret.key  = "changeme"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy