Files
mylinspirer/.env.example
2025-11-23 13:33:54 +08:00

8 lines
212 B
Plaintext

# Please replace these with your actual key and IV
LINSPIRER_KEY="0123456789abcdef"
LINSPIRER_IV="0123456789abcdef"
# Optional: Set the listening host and port
# LINSPIRER_HOST="0.0.0.0"
# LINSPIRER_PORT="8080"