update git ignore to include secrets.config
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -124,4 +124,5 @@ dmypy.json
|
|||||||
*.key
|
*.key
|
||||||
*.crt
|
*.crt
|
||||||
*secrets.ini
|
*secrets.ini
|
||||||
|
*secrets.config
|
||||||
*client.conf
|
*client.conf
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
# THIS IS A SAMPLE FILE, PLEASE COPY IT AND EDIT THE COPY
|
|
||||||
|
|
||||||
# INI secrets file holds the encrypted secrest for the script
|
|
||||||
# the default section holds the encrypted api key and then the other sections are the pool/datasets names and encrypted keys to unlock the pools/datasets
|
|
||||||
# the section name is the name of the pool/dataset
|
|
||||||
# only one variable should be in each section called encrypted_key
|
|
||||||
# example
|
|
||||||
#[DEFAULT]
|
|
||||||
#encrypted_api_key = encrypted_api_key goes here
|
|
||||||
#[media]
|
|
||||||
#encrypted_key = some encrypted key goes here
|
|
||||||
#
|
|
||||||
[DEFAULT]
|
|
||||||
encrypted_api_key =
|
|
||||||
Reference in New Issue
Block a user