-remove obsolete options from config
This commit is contained in:
parent
92a76baef6
commit
a5b9fce183
@ -46,21 +46,6 @@ DB = postgres
|
||||
BASE_URL = "http://localhost:8081/"
|
||||
|
||||
|
||||
# Obsolete options, migrate to withdraw once implemented...
|
||||
KYC_MODE = OAUTH2
|
||||
KYC_WITHDRAW_PERIOD = "31 days"
|
||||
KYC_WITHDRAW_LIMIT = EUR:8
|
||||
|
||||
[exchange-kyc-oauth2]
|
||||
KYC_OAUTH2_AUTH_URL = http://localhost:6666/oauth/v2/token
|
||||
KYC_OAUTH2_LOGIN_URL = http://localhost:6666/oauth/v2/login
|
||||
KYC_INFO_URL = http://localhost:6666/api/user/me
|
||||
KYC_OAUTH2_CLIENT_ID = taler-exchange
|
||||
KYC_OAUTH2_CLIENT_SECRET = exchange-secret
|
||||
KYC_OAUTH2_POST_URL = http://example.com/
|
||||
|
||||
# end of obsolete options...
|
||||
|
||||
[kyc-provider-test-oauth2]
|
||||
COST = 0
|
||||
LOGIC = oauth2
|
||||
|
Loading…
Reference in New Issue
Block a user