diff options
| author | 2026-03-29 01:10:53 +0800 | |
|---|---|---|
| committer | 2026-03-29 01:10:53 +0800 | |
| commit | ba2d607899e1beb523450cd46cdf83cd433c230a (patch) | |
| tree | 041a25c676d98b1f4b58f13ad0b5c68104c99929 /.env.example | |
| parent | 32a4d85af937e4fd882fa671aee8b72878cc564f (diff) | |
| parent | f2f5383a1b615a7493316d558dc55271198e772a (diff) | |
| download | DropOut-ba2d607899e1beb523450cd46cdf83cd433c230a.tar.gz DropOut-ba2d607899e1beb523450cd46cdf83cd433c230a.zip | |
Merge branch 'main' 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 |