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

er.actor-activation.1.0.127.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
services {

  activation {
    default-service: actor-activation
    repeat-limit: 1m
    code-expiration: 1 day
    code-attempts: 3
  }

  actor-activation {
    uri: "https://gate.actor.im"
    auth-token: ${?ACTIVATION_GW_TOKEN}
  }

  telesign {
    customer-id: ""
    customer-id: ${?TELESIGN_CUSTOMER_ID}

    api-key: ""
    api-key: ${?TELESIGN_API_KEY}
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy