Fix random SECRET generation command
This commit is contained in:
parent
a754fe5fce
commit
81a85cc628
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
CLIENT_ID=
|
||||
CLIENT_SECRET=
|
||||
DOMAIN=https://tegakituesday.com/
|
||||
# head -c64 /dev/urandom | base64
|
||||
# head -c32 /dev/urandom | base64
|
||||
SECRET=
|
||||
DISCORD_TOKEN=
|
||||
|
|
Loading…
Add table
Reference in a new issue