fixed typos

This commit is contained in:
Christian Stocker
2017-12-05 09:11:06 +01:00
parent c81630020e
commit 852e075540
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
rokka_client:
# Api-Key value given on registration of the user. Get your API key form https://rokka.io/
api_key: "%env(ROKKA_API_KEY)%" # Required
# 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

View File

@@ -6,7 +6,7 @@
"config/": "%CONFIG_DIR%/"
},
"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_ORGANIZATION": "ROKKA_ORG_replace_me"
}