Convert .env.example into template.env
This commit is contained in:
11
.env.example
11
.env.example
@@ -1,11 +0,0 @@
|
||||
RCON_PASSWORD=ChangeMe
|
||||
|
||||
FORWARDING_SECRET=ChangeMe
|
||||
|
||||
DCLINK_GUILD=0000000000000000000
|
||||
DCLINK_CHANNEL=0000000000000000000
|
||||
DCLINK_ROLE=0000000000000000000
|
||||
DCLINK_TOKEN=InsertBotTokenHere
|
||||
|
||||
LUCKPERMS_DB_PASSWORD=ChangeMe
|
||||
|
||||
11
template.env
Executable file
11
template.env
Executable file
@@ -0,0 +1,11 @@
|
||||
RCON_PASSWORD=${CFG_RCON_PASSWORD}
|
||||
|
||||
FORWARDING_SECRET=${CFG_FORWARDING_SECRET}
|
||||
|
||||
DCLINK_GUILD=${CFG_DCLINK_GUILD}
|
||||
DCLINK_CHANNEL=${CFG_DCLINK_CHANNEL}
|
||||
DCLINK_ROLE=${CFG_DCLINK_ROLE}
|
||||
DCLINK_TOKEN=${CFG_DCLINK_TOKEN}
|
||||
|
||||
LUCKPERMS_DB_PASSWORD=${CFG_LUCKPERMS_DB_PASSWORD}
|
||||
|
||||
Reference in New Issue
Block a user