diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/exchange.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf index 58e57c82..30e5b0b9 100644 --- a/src/exchange/exchange.conf +++ b/src/exchange/exchange.conf @@ -98,13 +98,13 @@ SIGNKEY_LEGAL_DURATION = 2 years TERMS_DIR = $DATADIR/exchange/tos/ # Etag / filename for the terms of service. -TERMS_ETAG = 0 +TERMS_ETAG = tos-v0 # Directory with our privacy policy. PRIVACY_DIR = $DATADIR/exchange/pp/ # Etag / filename for the privacy policy. -PRIVACY_ETAG = 0 +PRIVACY_ETAG = pp-v0 # Set to NONE to disable KYC checks. # Set to "OAUTH2" to use OAuth 2.0 for KYC authorization. |