Configure Pangolin using the config.yml file with detailed settings for all components
config.yml
file controls all aspects of your Pangolin deployment, including server settings, domain configuration, email setup, and security options. This file is mounted at config/config.yml
in your Docker container.
config.yml
server.secret
. Use at least 32 characters with a mix of letters, numbers, and special characters.config.yml
.
SERVER_SECRET
Config: server.secret
Use this to avoid hardcoding secrets in your config file.EMAIL_SMTP_PASS
Config: email.smtp_pass
Keep SMTP passwords secure using environment variables.