wolfcountBot/example.env

16 lines
441 B
Bash
Raw Normal View History

2023-05-03 09:46:14 +00:00
# BASIC BOT INFO
2023-04-28 11:48:43 +00:00
TOKEN=<bottoken>
2023-05-03 09:46:14 +00:00
#Mongodb
2023-08-13 12:33:49 +00:00
DBLOCATION=cloud # or selfhosted
2023-04-26 07:26:55 +00:00
DB_URL=<optional>
MONGODBUSER=<Username>
MONGODBPASS=<Pass>
MONGODBCLUSTER=<cluster>
2024-03-03 10:45:24 +00:00
MONGODBHOST=<host> # Required if selfhosted is chosen
2023-04-26 07:26:55 +00:00
DATABASE=<dbname>
2024-03-03 10:45:24 +00:00
UPDATEID=<documentid> # This is the ID of the document which is created with the dbinit (or the ID of the document of an existing document if you are reinstalling this)
2023-05-03 09:46:14 +00:00
#Webstuff
PORT=<port>