wolfcountBot/example.env

16 lines
441 B
Bash
Raw Normal View History

2023-05-03 05:46:14 -04:00
# BASIC BOT INFO
2023-04-28 07:48:43 -04:00
TOKEN=<bottoken>
2023-05-03 05:46:14 -04:00
#Mongodb
2023-08-13 08:33:49 -04:00
DBLOCATION=cloud # or selfhosted
2023-04-26 03:26:55 -04:00
DB_URL=<optional>
MONGODBUSER=<Username>
MONGODBPASS=<Pass>
MONGODBCLUSTER=<cluster>
2024-03-03 05:45:24 -05:00
MONGODBHOST=<host> # Required if selfhosted is chosen
2023-04-26 03:26:55 -04:00
DATABASE=<dbname>
2024-03-03 05:45:24 -05: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 05:46:14 -04:00
#Webstuff
PORT=<port>