# ================================================================================
# Installation Setup - Local or Git Repository configuration and version control
# ================================================================================
CFG_INSTALL_MODE=local                     # Installation Mode - Method used for installation of LibrePortal
CFG_GIT_URL=changeme                                     # Git Repository URL - Git repository URL for LibrePortal configuration
CFG_GIT_USER=changeme                                    # Git Username - Git username for repository authentication
CFG_GIT_KEY=changeme                                     # Git Access Key - SSH key or API key for Git repository access
CFG_GIT_UPDATES=true                                     # Auto Check Updates - Check for Git repository updates automatically
CFG_GIT_AUTO_UPDATES=true                                # Auto Apply Updates - Automatically apply Git updates when available
