mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
7 lines
287 B
YAML
7 lines
287 B
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
|
|
|