5 lines
252 B
Bash
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
|