mirror of
https://github.com/juspay/hyperswitch.git
synced 2026-03-13 09:02:06 +08:00
chore: remove connector auth TOML files from .gitignore and .dockerignore (#3330)
This commit is contained in:
@@ -261,7 +261,3 @@ result*
|
||||
|
||||
# node_modules
|
||||
node_modules/
|
||||
|
||||
**/connector_auth.toml
|
||||
**/sample_auth.toml
|
||||
**/auth.toml
|
||||
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@@ -261,7 +261,3 @@ result*
|
||||
|
||||
# node_modules
|
||||
node_modules/
|
||||
|
||||
**/connector_auth.toml
|
||||
**/sample_auth.toml
|
||||
**/auth.toml
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user