Skip to content

Commit 1b2a39b

Browse files
Create .env file for API tokens and settings
Added environment variable configuration for quantum random APIs.
1 parent 6ef43aa commit 1b2a39b

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

kha256/.env

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## 1️⃣ `.env.example` Dosyası
2+
# ============================================================================
3+
# KUANTUM RANDOM API TOKENLARI
4+
# ============================================================================
5+
6+
# Token GEREKTİRMEYEN API'ler (Öncelikli)
7+
# Bunlar için değer girmenize gerek yok, otomatik çalışır
8+
# lfd, qrandom, anu (legacy mod)
9+
10+
# Token GEREKTİREN API'ler
11+
# Bu değerleri ilgili servislerden almanız gerekir
12+
13+
# Outshift (Cisco) - Günlük 100K bit
14+
# https://qrng.outshift.com/
15+
# OUTSHIFT_API_KEY=your_outshift_api_key_here
16+
OUTSHIFT_API_KEY=
17+
18+
# QCI (Quantum Computing Inc) - Aylık 1B bit
19+
# https://quantumcomputinginc.com/
20+
#QCI_API_TOKEN=your_qci_refresh_token_here
21+
QCI_API_TOKEN=
22+
23+
# ANU (Yeni API) - Aylık 100 istek
24+
# https://quantumnumbers.anu.edu.au/
25+
# ANU_API_TOKEN=your_anu_api_key_here
26+
ANU_API_TOKEN=
27+
28+
# ============================================================================
29+
# OPSİYONEL AYARLAR
30+
# ============================================================================
31+
32+
# Varsayılan API önceliği (virgülle ayrılmış)
33+
QRNG_PRIORITY=lfd,qrandom,anu,outshift,qci
34+
35+
# Rate limit koruması (saniye)
36+
QRNG_RATE_LIMIT=60

0 commit comments

Comments
 (0)