-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Karolis Rusenas
committed
Jul 28, 2015
1 parent
b2a88e8
commit 306cad1
Showing
3 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ | |
|
||
# Vagrant | ||
.vagrant | ||
|
||
app_conf.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
applicationSettings: | ||
debug: true | ||
hostname: "localhost" | ||
port: 8888 | ||
forksPerCPU: 0 | ||
|
||
# Details for querying google analytics API | ||
# don't forget to add it to your analytics users, profileId - add your google analytics profile ID | ||
googleAnalyticsApi: | ||
serviceAccount: '__your_service_account@developer.gserviceaccount.com' | ||
profileId: '__your_profile__id' | ||
|
||
# application credentials from APIs & auth > credentials > Client ID for native application | ||
# key represents "Client ID", secret is "Client secret". Oauth module expects to find "google_oauth" in app settings | ||
# set allowedDomain to '' if you want to allow all domains | ||
googleOAuth: | ||
key: '__your_client_key__' | ||
secret: '__your_client_secret__' | ||
allowedDomain: '__your_domain__' |