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 =
|
TOKEN =
|
||||||
MONGO =
|
MONGO = mongodb://127.0.0.1:27017/test
|
||||||
mongo =
|
|
||||||
CLIENT_SECRET =
|
CLIENT_SECRET =
|
||||||
CLIENT_ID =
|
CLIENT_ID =
|
||||||
PORT =
|
SPOTIFY_ID =
|
||||||
REDIRECT =
|
SPOTIFY_SECRET =
|
||||||
|
PORT = 3000
|
||||||
|
host = lava.link
|
||||||
|
port = 80
|
||||||
|
password = youshallnotpass
|
||||||
DMLogID =
|
DMLogID =
|
||||||
DMLogToken =
|
DMLogToken =
|
||||||
CMDLogID =
|
CMDLogID =
|
||||||
|
|
Loading…
Reference in a new issue