-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 1.05 KB
/
Copy path.env.example
File metadata and controls
23 lines (18 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# VerifyBlind .NET Test Portali - Ortam Degiskenleri
# Bu dosyayi .env olarak kopyalayin ve degeri doldurun.
# Admin Portal'da test partner icin olusturulan API Key
TEST_VERIFYBLIND_API_KEY=partner-api-key-buraya
# VerifyBlind API taban URL (varsayilan: https://api.verifyblind.com)
VERIFYBLIND_API_URL=https://api.verifyblind.com
# --- Callback (webhook) modu ---
# SABIT partner keypair'i (base64, PKCS#8 DER, tek satir). Generate'te public key +
# pk_hash uretir; webhook'ta private key ile decrypt eder. Uret (RSA-2048):
# openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 -out /tmp/cb.pem \
# && openssl pkcs8 -topk8 -nocrypt -in /tmp/cb.pem -outform DER -out /tmp/cb.p8.der \
# && openssl base64 -A -in /tmp/cb.p8.der
CALLBACK_PRIVATE_KEY=
# Enclave sonucun POST edilecegi PUBLIC HTTPS URL. Host, VerifyBlind'a kayitli partner
# domain'iyle eslesmeli (veya alt-domain'i olmali).
CALLBACK_URL=https://test.verifyblind.com/net/api/callback
# Sentry DSN (3 example ortak "verifyblind-examples" projesi). Bossa Sentry no-op.
EXAMPLES_SENTRY_DSN=