Yeah, that makes sense. Sorry if this is obvious and I’m completely missing it, but I don’t think that answers my question. I want to know if running a customized version of Duplicacy has a different master password than the one I already set before I customized the web GUI. Does "password_variable" take precedence over the master password I already created? Should I leave it blank? Am I misunderstanding what the string does?
{
    "product_version": "1.0",
    "product_name": "S3Backup",
    "product_full_name": "S3Backup",
    "product_website": "https://s3backup.com/product",
    "company_name": "S3Backup LLC",
    "company_website": "https://s3backup.com",
    "service_description": "An S3 backup tool based on Lock-Free Deduplication",
    "configuration_directory": "s3backup",
    "configuration_file": "s3backup.json",
    "log_file": "s3backup.log",
    **"password_variable": "S3BACKUP_PASS",**
    "storages": "disk s3"
}