chore: remove connector auth TOML files from .gitignore and .dockerignore (#3330)

This commit is contained in:
Sanchith Hegde
2024-01-11 19:59:24 +05:30
committed by GitHub
parent af43b07e43
commit 9f6ef3f224
4 changed files with 2 additions and 10 deletions

View File

@@ -261,7 +261,3 @@ result*
# node_modules
node_modules/
**/connector_auth.toml
**/sample_auth.toml
**/auth.toml

4
.gitignore vendored
View File

@@ -261,7 +261,3 @@ result*
# node_modules
node_modules/
**/connector_auth.toml
**/sample_auth.toml
**/auth.toml

View File

@@ -108,7 +108,7 @@ api_key = "API Key"
[iatapay]
key1 = "key1"
api_key = "api_key"
api_secret = "secrect"
api_secret = "secret"
[dummyconnector]
api_key = "API Key"

View File

@@ -108,7 +108,7 @@ api_key = "API Key"
[iatapay]
key1 = "key1"
api_key = "api_key"
api_secret = "secrect"
api_secret = "secret"
[dummyconnector]
api_key = "API Key"