Skip to content

Commit

Permalink
Format ReadMe
Browse files Browse the repository at this point in the history
Updating formatting
  • Loading branch information
SidneyAllen committed Jun 14, 2016
1 parent b88e506 commit 183d4b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Located in src/main/resources is the config.json file. There are examples for p

Below are the unique values you'll set in config.json for each type of Xero app.

### Public Xero App
**Public Xero App**

* Copy and paste, Consumer Key & Secret from app.xero.com
* Set your callback url at app.xero.com to match CallbackBaseUrl
* Set your callback path - this is appended to the CallbackBaseUrl
* Set your CallbackPath - this is appended to the CallbackBaseUrl


### Private Xero App
**Private Xero App**

* Copy and paste, Consumer Key & Secret from app.xero.com
* Upload the public.cer file at app.xero.com
Expand All @@ -25,11 +25,11 @@ Below are the unique values you'll set in config.json for each type of Xero app.
* Set the private key password


### Partner Xero App
**Partner Xero App**

* Copy and paste, Consumer Key & Secret from app.xero.com
* Set your callback url at app.xero.com to match CallbackBaseUrl
* Set your callback path - this is appended to the CallbackBaseUrl
* Set your CallbackPath - this is appended to the CallbackBaseUrl
* Upload the public.cer file at app.xero.com
* Copy the public_privatekey.pfx file created with OpenSSL in the certs folder
[Public Private Key Docs](https://developer.xero.com/documentation/advanced-docs/public-private-keypair/)
Expand Down

0 comments on commit 183d4b4

Please sign in to comment.