9 lines
208 B
Python
9 lines
208 B
Python
"""Test-only secret injection for encrypted private snapshot stores."""
|
|
|
|
import os
|
|
|
|
|
|
os.environ.setdefault(
|
|
"STACKCHAIN_PRIVATE_STATE_ENCRYPTION_KEY",
|
|
"c3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3M=",
|
|
) |