fixed typos

This commit is contained in:
Christian Stocker
2017-12-05 09:11:36 +01:00
parent c81630020e
commit 852e075540
2 changed files with 3 additions and 3 deletions
@@ -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
+1 -1
View File
@@ -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"
} }