Skip to content

Commit

Permalink
Change BEATMAP_DOWNLOAD_PATH envvar to match `score-statistics-proc…
Browse files Browse the repository at this point in the history
…essor`
  • Loading branch information
peppy committed Oct 22, 2024
1 parent c346bed commit eeeca7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Server.DifficultyCalculator/AppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static AppSettings()
SAVE_DOWNLOADED = Environment.GetEnvironmentVariable("SAVE_DOWNLOADED") == "1";

BEATMAPS_PATH = Environment.GetEnvironmentVariable("BEATMAPS_PATH") ?? "osu";
DOWNLOAD_PATH = Environment.GetEnvironmentVariable("DOWNLOAD_PATH") ?? "https://osu.ppy.sh/osu/{0}";
DOWNLOAD_PATH = Environment.GetEnvironmentVariable("BEATMAP_DOWNLOAD_PATH") ?? "https://osu.ppy.sh/osu/{0}";
}
}
}

0 comments on commit eeeca7d

Please sign in to comment.