Add env_key_prefix
This commit is contained in:
parent
0b2a73be24
commit
59cb798f7d
|
@ -8,7 +8,7 @@ __all__ = [
|
||||||
'KUCOIN_SECRET',
|
'KUCOIN_SECRET',
|
||||||
]
|
]
|
||||||
|
|
||||||
secret_loader = SecretLoader()
|
secret_loader = SecretLoader(env_key_prefix='CS')
|
||||||
|
|
||||||
KUCOIN_KEY = secret_loader.load_or_fail('KUCOIN_KEY')
|
KUCOIN_KEY = secret_loader.load_or_fail('KUCOIN_KEY')
|
||||||
KUCOIN_SECRET = secret_loader.load_or_fail('KUCOIN_SECRET')
|
KUCOIN_SECRET = secret_loader.load_or_fail('KUCOIN_SECRET')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user