mobsf/.env.dist
Guillaume "B.B." Van Hemmen f16ab2ab36 #0000 - Add Docker setup for MobSF with Traefik integration
Introduce Docker Compose configuration for MobSF, integrated with Traefik for domain management and basic auth. Enhanced documentation with installation and usage instructions, and added a template for environment variables.
2024-10-13 18:29:13 +02:00

5 lines
176 B
Text

# Fully Qualified Domain Name for MobSF
MOBSF_FQDN='example.com'
# Basic Authentication credentials for MobSF in format USERNAME:PASSWORD
MOBSF_BASIC_AUTH='USERNAME:PASSWORD'