env example
This commit is contained in:
parent
f5955160e3
commit
ed510c38c5
1 changed files with 7 additions and 4 deletions
11
.env.example
11
.env.example
|
@ -1,10 +1,13 @@
|
|||
TOKEN =
|
||||
MONGO =
|
||||
mongo =
|
||||
MONGO = mongodb://127.0.0.1:27017/test
|
||||
CLIENT_SECRET =
|
||||
CLIENT_ID =
|
||||
PORT =
|
||||
REDIRECT =
|
||||
SPOTIFY_ID =
|
||||
SPOTIFY_SECRET =
|
||||
PORT = 3000
|
||||
host = lava.link
|
||||
port = 80
|
||||
password = youshallnotpass
|
||||
DMLogID =
|
||||
DMLogToken =
|
||||
CMDLogID =
|
||||
|
|
Loading…
Reference in a new issue