mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
fixed typos
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
rokka_client:
|
rokka_client:
|
||||||
# Api-Key value given on registration of the user. Get your API key form https://rokka.io/
|
# Api-Key value given on registration of the user. Get your API key from https://rokka.io/
|
||||||
api_key: "%env(ROKKA_API_KEY)%" # Required
|
api_key: "%env(ROKKA_API_KEY)%" # Required
|
||||||
# Organization value like "my-org" for use in calls to the API.
|
# Organization value like "my-org" for use in calls to the API.
|
||||||
organization: "%env(ROKKA_ORGANIZATION)%" # Required
|
organization: "%env(ROKKA_ORGANIZATION)%" # Required
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"config/": "%CONFIG_DIR%/"
|
"config/": "%CONFIG_DIR%/"
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"#1": "Get your API key form https://rokka.io/",
|
"#1": "Get your API key from https://rokka.io/",
|
||||||
"ROKKA_API_KEY": "API_KEY_replace_me",
|
"ROKKA_API_KEY": "API_KEY_replace_me",
|
||||||
"ROKKA_ORGANIZATION": "ROKKA_ORG_replace_me"
|
"ROKKA_ORGANIZATION": "ROKKA_ORG_replace_me"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user