update example .env
This commit is contained in:
parent
12f4e0072a
commit
a530b4ae8e
1 changed files with 12 additions and 3 deletions
15
.env.example
15
.env.example
|
@ -5,7 +5,15 @@
|
||||||
# Put environment type here (development, staging, or production)
|
# Put environment type here (development, staging, or production)
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
|
|
||||||
# Put Discord bot token here, you can get it from https://discord.com/developers/applications
|
# Put Element bot details here
|
||||||
|
# Examples:
|
||||||
|
# MATRIX_USERNAME="@mrmbot:example.com"
|
||||||
|
# MATRIX_BASEURL="https://example.com"
|
||||||
|
MATRIX_USERNAME=
|
||||||
|
MATRIX_BASEURL=
|
||||||
|
|
||||||
|
# Put Element access token here, can be found by logging into the bot account
|
||||||
|
# and scrolling down to the bottom of the "About" section in settings
|
||||||
TOKEN=
|
TOKEN=
|
||||||
|
|
||||||
# Put the database connection URL here
|
# Put the database connection URL here
|
||||||
|
@ -14,8 +22,9 @@ DB=sqlite://data.sqlite
|
||||||
# Example for PostgreSQL:
|
# Example for PostgreSQL:
|
||||||
# DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot
|
# DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot
|
||||||
|
|
||||||
# Put snowflake ID of bot owner here (obtainable by going into Discord settings -> Appearance and enabling Developer Mode,
|
# Put handle of bot owner here, you can have multiple separated with a comma.
|
||||||
# then right clicking on your profile picture and selecting Copy ID)
|
# Example:
|
||||||
|
# OWNER="@murm:example.com"
|
||||||
OWNER=
|
OWNER=
|
||||||
|
|
||||||
# Put default classic command prefix here
|
# Put default classic command prefix here
|
||||||
|
|
Loading…
Reference in a new issue