diff options
| author | 2026-03-29 01:12:58 +0800 | |
|---|---|---|
| committer | 2026-03-29 01:12:58 +0800 | |
| commit | e16320b34fa2dbb75e19142f7e8e31ecd41a512c (patch) | |
| tree | 9f63514080e453c49f47585c3776db2ac01dddd2 /.env.example | |
| parent | e390bca10372d853c6ebfa191f9bce65cd591974 (diff) | |
| parent | ba2d607899e1beb523450cd46cdf83cd433c230a (diff) | |
| download | DropOut-e16320b34fa2dbb75e19142f7e8e31ecd41a512c.tar.gz DropOut-e16320b34fa2dbb75e19142f7e8e31ecd41a512c.zip | |
Merge branch 'refactor/fe' of https://github.com/HydroRoll-Team/DropOut into refactor/fe
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.env.example b/.env.example deleted file mode 100644 index 9e7e55a..0000000 --- a/.env.example +++ /dev/null @@ -1,7 +0,0 @@ -# Copy this file to .env and fill in values to enable optional features at build time. -# .env is gitignored and will never be committed. - -# CurseForge API key — required only to build with CurseForge modpack support. -# Obtain one at https://console.curseforge.com/ -# If absent, CurseForge modpack import is disabled at runtime (all other features work normally). -# CURSEFORGE_API_KEY=your_key_here |