// Runtime configuration for group links // This file can be mounted/overwritten in Docker to customize group links // Set window.appConfig with the group links you want to display window.appConfig = { telegramGroupLink: '', matrixGroupLink: '', simplexGroupLink: '', signalGroupLink: '' }; // Example configuration (uncomment and modify as needed): // window.appConfig = { // telegramGroupLink: 'https://t.me/+xSktv2JukXUxYmEx', // matrixGroupLink: 'https://matrix.to/#/#bitblik-offers:matrix.org', // simplexGroupLink: 'https://simplex.chat/contact#/?v=2-7&smp=...', // signalGroupLink: 'https://signal.group/#...' // };