Can download APK from web app
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-21 19:48:32 +02:00
parent 365d7589b1
commit 4443131516
4 changed files with 25 additions and 0 deletions

View File

@@ -126,6 +126,14 @@ pub struct AppConfig {
/// Redis password
#[clap(long, env, default_value = "secretredis")]
redis_password: String,
/// Application download URL
#[clap(
long,
env,
default_value = "https://gitea.communiquons.org/pierre/MoneyMgr/releases/download/latest/moneymgr_mobile_arm64-v8a.apk"
)]
pub apk_download_url: String,
}
lazy_static::lazy_static! {