Files
ios-advanced-parental-controls/.env.example
T
2026-09-17 17:59:34 +02:00

5 lines
252 B
Bash

# Generate with: python3 -c 'import secrets; print(secrets.token_urlsafe(32))'
APC_ADMIN_TOKEN=CHANGE_ME_TO_A_RANDOM_32_PLUS_CHARACTER_SECRET
# The exact origin used by the parent browser. Use HTTPS for actual iPhones.
APC_ORIGIN=http://localhost:8000