rokka/client-bundle
Dotenv
# Get your API key from https://rokka.io/
ROKKA_API_KEY=API_KEY_replace_me
ROKKA_ORGANIZATION=ROKKA_ORG_replace_me
Generated files
config/packages/rokka.yaml
rokka_client:
# Api-Key value given on registration of the user. Get your API key from https://rokka.io/
api_key: "%env(ROKKA_API_KEY)%" # Required
# Organization value like "my-org" for use in calls to the API.
organization: "%env(ROKKA_ORGANIZATION)%" # Required