Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit bec59dc

Browse files
committed
Fix .env distribution
1 parent ab67652 commit bec59dc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.env

-1
This file was deleted.

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Screenshots.lnk
1313
#Discord specifics
1414
ressave.json
1515
guildsave.json
16-
*.env
16+
.env

template.env

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
DISCORD_TOKEN={Discord Bot Token}
2+
SKANDERBEG_KEY={Skanderbeg API Key}
3+
MONGODB_USERNAME={MongoDB Connection Username}
4+
MONGODB_PASSWORD={MongoDB Connection Password}
5+
MONGODB_CLUSTERURL={MongoDB Cluster}

0 commit comments

Comments
 (0)