Spaces:
Sleeping
Sleeping
File size: 148 Bytes
0777a8d | 1 2 3 4 5 6 7 | import os
PRO_LIMIT = int(os.getenv("PRO_LIMIT", 50000))
ULTRA_LIMIT = int(os.getenv("ULTRA_LIMIT", 500000))
STRIPE_KEY = os.getenv("STRIPE_KEY")
|