Skip to content
This repository was archived by the owner on Nov 17, 2018. It is now read-only.

Commit 00ccd4d

Browse files
committed
Added config/application.yml
1 parent 7ea38a6 commit 00ccd4d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515
/tmp
1616

1717
# Ignore application configuration
18-
/config/application.yml
1918
/public/assets
2019
/log

config/application.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Add application configuration variables here, as shown below.
2+
3+
SPLITWISE_API_KEY: TjqN1wJ1TDr3iDjCjKsAulvPuh2Wct5eJlBroIus
4+
SPLITWISE_API_SECRET: Bv2AVwZJNhElF5oqYYlx619B0JxsaONxy85HYaGt
5+
SPLITWISE_SITE: "https://secure.splitwise.com"
6+
SPLITWISE_AUTHORIZE_URL: "/authorize"
7+
SPLITWISE_REQUEST_TOKEN_URL: "/api/v3.0/get_request_token"
8+
SPLITWISE_ACCESS_TOKEN_URL: "/api/v3.0/get_access_token"

0 commit comments

Comments
 (0)