2022-04-24 14:46:37 +01:00
|
|
|
# Security Warning! Do not commit this file to any VCS!
|
|
|
|
# This is a local file to speed up development process,
|
|
|
|
# so you don't have to change your environment variables.
|
|
|
|
#
|
|
|
|
# This is not applied to `.env.template`!
|
|
|
|
# Template files must be committed to the VCS, but must not contain
|
|
|
|
# any secret values.
|
|
|
|
|
|
|
|
BOT_TOKEN=
|
2024-08-17 16:47:14 +01:00
|
|
|
BOT_VER=3.3.0
|
2022-04-24 14:46:37 +01:00
|
|
|
BOT_AUTHOR=Vylpes
|
2022-05-16 18:41:15 +01:00
|
|
|
BOT_OWNERID=147392775707426816
|
2022-09-18 11:57:22 +01:00
|
|
|
BOT_CLIENTID=682942374040961060
|
2022-09-05 18:07:32 +01:00
|
|
|
|
2022-09-06 19:24:40 +01:00
|
|
|
ABOUT_FUNDING=https://ko-fi.com/vylpes
|
2023-01-28 14:53:23 +00:00
|
|
|
ABOUT_REPO=https://gitea.vylpes.xyz/RabbitLabs/vylbot-app
|
2023-05-26 17:59:22 +01:00
|
|
|
|
2024-03-01 18:25:24 +00:00
|
|
|
CACHE_INTERVAL=1800000 # 30 minutes
|
|
|
|
|
2023-05-26 17:59:22 +01:00
|
|
|
DB_HOST=127.0.0.1
|
|
|
|
DB_PORT=3101
|
|
|
|
DB_NAME=vylbot
|
|
|
|
DB_AUTH_USER=dev
|
|
|
|
DB_AUTH_PASS=dev
|
|
|
|
DB_SYNC=true
|
2024-08-17 16:47:14 +01:00
|
|
|
DB_LOGGING=true
|
|
|
|
DB_ROOT_HOST=0.0.0.0
|
|
|
|
DB_DATA_LOCATION=./.temp/database
|