Update secrets.ini
This commit is contained in:
+12
-2
@@ -1,7 +1,17 @@
|
|||||||
# Twitter developer credentials.
|
## Twitter developer credentials.
|
||||||
# MAKE SURE USED VALUES AREN'T UPLOADED TO THE REPO!
|
|
||||||
|
# ---->> MAKE SURE YOUR VALUES AREN'T UPLOADED TO THE REPO! <<----
|
||||||
#
|
#
|
||||||
# This file should be added to .gitignore as a safeguard.
|
# This file should be added to .gitignore as a safeguard.
|
||||||
|
#
|
||||||
|
# If Git still wants to commit this file after changing its contents,
|
||||||
|
# force Git to stop tracking the file's changes:
|
||||||
|
# git update-index --assume-unchanged [<file> ...]
|
||||||
|
#
|
||||||
|
# To resume tracking its changes:
|
||||||
|
# git update-index --no-assume-unchanged [<file> ...]
|
||||||
|
#
|
||||||
|
# https://stackoverflow.com/questions/10755655/git-ignore-tracked-files
|
||||||
|
|
||||||
[Credentials]
|
[Credentials]
|
||||||
api_key='xxx'
|
api_key='xxx'
|
||||||
|
|||||||
Reference in New Issue
Block a user