Package dev.evercatch.spring
Class EvercatchProperties
java.lang.Object
dev.evercatch.spring.EvercatchProperties
Spring Boot configuration properties for the Evercatch SDK.
Set in application.properties or application.yml:
# application.properties evercatch.api-key=ec_live_abc123 evercatch.base-url=https://api.evercatch.dev/v1 # optional
# application.yml evercatch: api-key: ec_live_abc123 base-url: https://api.evercatch.dev/v1 # optional
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EvercatchProperties
public EvercatchProperties()
-
-
Method Details
-
getApiKey
-
setApiKey
-
getBaseUrl
-
setBaseUrl
-