Update comments in .env.example
This commit is contained in:
24
.env.example
24
.env.example
@ -1,26 +1,30 @@
|
|||||||
# Discord bot token
|
# Discord bot token
|
||||||
# https://discord.com/developers/applications
|
# https://discord.com/developers/applications
|
||||||
BOT_TOKEN=JFIiasfjioFIAOJFOIJIOSAF.AFo-7A.akwFakeopfaWPOKawPOFKOAKFPA
|
BOT_TOKEN=
|
||||||
|
|
||||||
# Time zone that you are in. This is used when typing "Friday 22:00" and more.
|
# Time zone that you are in. This is used when typing "Friday 22:00" and more.
|
||||||
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
|
||||||
# You want to use the TZ databse name.
|
# You want to use the TZ database name.
|
||||||
TIMEZONE=Europe/Stockholm
|
# For example, Europe/Stockholm, America/New_York, Asia/Tokyo.
|
||||||
|
TIMEZONE=
|
||||||
|
|
||||||
# Optional: Change sqlite database location.
|
# Optional: Change sqlite database location. Default is db.sqlite3 in the root folder.
|
||||||
# SQLITE_LOCATION=/jobs.sqlite # This will be created in the repo root (This is the default if not set).
|
# SQLITE_LOCATION=/jobs.sqlite
|
||||||
# SQLITE_LOCATION=/C:\\Users\\Jocke\\Desktop\\db.sqlite3 # Note the double backslashes and the first slash.
|
# Note the double backslashes and the first slash.
|
||||||
# SQLITE_LOCATION=//home/lovinator/foo.db # On Linux you will need to use double slashes before the path to get the
|
# SQLITE_LOCATION=/C:\\Users\\Jocke\\Desktop\\db.sqlite3
|
||||||
# absolute path.
|
# On Linux you will need to use double slashes before the path to get the absolute path.
|
||||||
|
# SQLITE_LOCATION=//home/lovinator/foo.db
|
||||||
|
|
||||||
# Log level, CRITICAL, ERROR, WARNING, INFO, DEBUG.
|
# Log level, CRITICAL, ERROR, WARNING, INFO, DEBUG.
|
||||||
LOG_LEVEL=INFO
|
LOG_LEVEL=INFO
|
||||||
|
|
||||||
# Webhook that discord-reminder-bot will send errors and information about missed reminders.
|
# Webhook that discord-reminder-bot will send errors and information about missed reminders.
|
||||||
# https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
|
# https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
|
||||||
# Right click channel in Discord -> Intergrations -> Webhooks -> Create Webhook.
|
# Right click channel in Discord -> Integrations -> Webhooks -> Create Webhook.
|
||||||
WEBHOOK_URL=https://discord.com/api/webhooks/582696524044304394/a3CMwZWchmHAXItB_lzSSRYBx0-AlPAHseJWqhHLfsAg_X4erac9-CeVeUDqPI1ac1vT
|
WEBHOOK_URL=
|
||||||
|
|
||||||
# Custom Sentry DSN for error tracking.
|
# Custom Sentry DSN for error tracking.
|
||||||
|
# Uncomment to disable sending crash reports to the developer.
|
||||||
|
# Errors will be fixed immediately if you have this enabled.
|
||||||
# https://docs.sentry.io/concepts/key-terms/dsn-explainer/
|
# https://docs.sentry.io/concepts/key-terms/dsn-explainer/
|
||||||
# SENTRY_DSN=
|
# SENTRY_DSN=
|
||||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -20,6 +20,7 @@
|
|||||||
"isort",
|
"isort",
|
||||||
"jobstore",
|
"jobstore",
|
||||||
"jobstores",
|
"jobstores",
|
||||||
|
"Jocke",
|
||||||
"levelname",
|
"levelname",
|
||||||
"loguru",
|
"loguru",
|
||||||
"Lovinator",
|
"Lovinator",
|
||||||
|
Reference in New Issue
Block a user