f1api 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION.yml +1 -1
- data/config/f1-oauth.yml +1 -1
- data/f1api.gemspec +1 -1
- metadata +2 -2
data/VERSION.yml
CHANGED
data/config/f1-oauth.yml
CHANGED
|
@@ -4,7 +4,7 @@ development:
|
|
|
4
4
|
site_url: "https://{church_code}.staging.fellowshiponeapi.com"
|
|
5
5
|
# Store the church code if you are writing a 2nd Party implementation
|
|
6
6
|
# Otherwise, you'll want to ask for the church code from the user
|
|
7
|
-
church_code: ""
|
|
7
|
+
church_code: "demo"
|
|
8
8
|
authentication_type: "oauth" #oauth or credentials
|
|
9
9
|
request_token_path: "/v1/Tokens/RequestToken"
|
|
10
10
|
access_token_path: "/v1/Tokens/AccessToken" #OAuth only
|
data/f1api.gemspec
CHANGED