diff options
| author | 2026-03-30 17:28:40 +0800 | |
|---|---|---|
| committer | 2026-03-30 17:28:40 +0800 | |
| commit | 0c689afe68792fafca67746b9ece2a06760c6069 (patch) | |
| tree | 8d0feac4fec8c8ac06994f28949915d348eb3cc9 /.env.example | |
| parent | 382dfc68f1ecb09f277f82b0b2e0b466e1c79d06 (diff) | |
| parent | c4dc0676d794bca2613be282867d369328ebf073 (diff) | |
| download | DropOut-0c689afe68792fafca67746b9ece2a06760c6069.tar.gz DropOut-0c689afe68792fafca67746b9ece2a06760c6069.zip | |
Merge branch 'main' of https://github.com/HydroRoll-Team/DropOut into chore/docs
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 |