diff options
| author | 2026-03-30 16:49:08 +0800 | |
|---|---|---|
| committer | 2026-03-30 16:49:08 +0800 | |
| commit | 878d66f9add4e4026a26ae2fa2a1226b5259154d (patch) | |
| tree | af78680c8d4f357843ab336bdac6e56a622de3c7 /.env.example | |
| parent | f8b4bcb3bdc8f11323103081ef8c05b06159d684 (diff) | |
| parent | c4dc0676d794bca2613be282867d369328ebf073 (diff) | |
| download | DropOut-878d66f9add4e4026a26ae2fa2a1226b5259154d.tar.gz DropOut-878d66f9add4e4026a26ae2fa2a1226b5259154d.zip | |
Merge branch 'main' of https://github.com/HydroRoll-Team/DropOut
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 |