-
Notifications
You must be signed in to change notification settings - Fork 0
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
numano
authored and
numano
committed
Aug 19, 2018
1 parent
9ab9d73
commit 1ba0a82
Showing
20 changed files
with
390 additions
and
129 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
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,85 @@ | ||
## Gerekli ENV bilgileri (Kullanıcıya özel/gizli) | ||
|
||
|
||
Gerekli bilgileri sağla | ||
|
||
``` | ||
TWITTER_USERNAME = "mselmany" | ||
TWITTER_COMSUMER_KEY = "S4xh0E**********jBQdTP" | ||
TWITTER_COMSUMER_SECRET = "L2WNig***************************A2QCV4" | ||
``` | ||
|
||
ve [localhost:3001/api/twitter/token](localhost:3001/api/twitter/token) adresine istek at. | ||
|
||
# Github | ||
|
||
``` | ||
GITHUB_USERNAME = "mselmany" | ||
``` | ||
|
||
# Dribbble | ||
|
||
``` | ||
DRIBBBLE_CLIENT_ID = "467ddg*************************************************bbaf5199" | ||
DRIBBBLE_CLIENT_SECRET = "e22b0b******************************************************0cb1" | ||
``` | ||
|
||
ve [localhost:3001/api/dribbble/authorize](localhost:3001/api/dribbble/authorize) adresine istek at | ||
|
||
|
||
``` | ||
INSTAGRAM_CLIENT_ID = "41c8********************f8c2" | ||
INSTAGRAM_CLIENT_SECRET = "735ad********************a76a" | ||
``` | ||
|
||
ve [http://localhost:3001/api/instagram/authorize?redirect_uri=http://localhost:3001/api/instagram/token](http://localhost:3001/api/instagram/authorize?redirect_uri=http://localhost:3001/api/instagram/token) adresine istek at | ||
|
||
# Medium | ||
|
||
``` | ||
MEDIUM_USERNAME = "mselmany" | ||
``` | ||
|
||
|
||
``` | ||
POCKET_CONSUMER_KEY = "512********************04c" | ||
``` | ||
|
||
ve [http://localhost:3001/api/pocket/authorize?redirect_uri=http://localhost:3001/api/pocket/token](http://localhost:3001/api/pocket/authorize?redirect_uri=http://localhost:3001/api/pocket/token) adresine istek at | ||
|
||
# Raindrop | ||
|
||
``` | ||
RAINDROP_COLLECTION_ID = "332791" | ||
``` | ||
|
||
# Soundcloud | ||
|
||
``` | ||
SOUNDCLOUD_USER_ID = "10812846" | ||
SOUNDCLOUD_CLIENT_ID = "acc**********************5e6" | ||
``` | ||
|
||
# Tumblr | ||
|
||
``` | ||
TUMBLR_BLOGNAME = "mimo-mselmany.tumblr.com" | ||
TUMBLR_CONSUMER_KEY = "gVCDF*******************************243ma" | ||
``` | ||
|
||
# Unsplash | ||
|
||
``` | ||
UNSPLASH_USERNAME = "tapir" | ||
UNSPLASH_ACCESS_KEY = "03f06*********************************************285e" | ||
``` | ||
|
||
# Youtube | ||
|
||
``` | ||
YOUTUBE_CHANNEL_ID = "UCqszHejOz5-c05hnUbYskdA" | ||
YOUTUBE_API_KEY = "D1t********************Wv9c-Er4" | ||
``` |
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
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
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
Oops, something went wrong.