aboutsummaryrefslogtreecommitdiff
path: root/services/templates/envs
diff options
context:
space:
mode:
authorYuqian Yang <crupest@outlook.com>2025-06-29 17:24:25 +0800
committerYuqian Yang <crupest@outlook.com>2025-06-29 17:24:25 +0800
commitf83c3343d1fafbc1bf387dfc64e269fed441ca26 (patch)
tree07a6200664bc0fd9d892dbb1b0e31294cb53750a /services/templates/envs
parente2ca6c92b4af225cb7d7247b538866fdffe89820 (diff)
downloadcrupest-f83c3343d1fafbc1bf387dfc64e269fed441ca26.tar.gz
crupest-f83c3343d1fafbc1bf387dfc64e269fed441ca26.tar.bz2
crupest-f83c3343d1fafbc1bf387dfc64e269fed441ca26.zip
service: remove 2fa.
Diffstat (limited to 'services/templates/envs')
-rw-r--r--services/templates/envs/2fauth.env.template15
1 files changed, 0 insertions, 15 deletions
diff --git a/services/templates/envs/2fauth.env.template b/services/templates/envs/2fauth.env.template
deleted file mode 100644
index de2ad3a..0000000
--- a/services/templates/envs/2fauth.env.template
+++ /dev/null
@@ -1,15 +0,0 @@
-APP_NAME=2FAuth-crupest
-APP_TIMEZONE=UTC
-SITE_OWNER=@@CRUPEST_EMAIL@@
-APP_KEY=@@CRUPEST_2FAUTH_APP_KEY@@
-APP_URL=@@CRUPEST_ROOT_URL@@/2fa
-APP_SUBDIRECTORY=2fa
-MAIL_MAILER=smtp
-MAIL_HOST=@@CRUPEST_MAIL_SERVER_DOMAIN@@
-MAIL_PORT=465
-MAIL_USERNAME=@@CRUPEST_2FAUTH_MAIL_USERNAME@@
-MAIL_PASSWORD=@@CRUPEST_2FAUTH_MAIL_PASSWORD@@
-MAIL_ENCRYPTION=ssl
-MAIL_FROM_NAME=2FAuth-crupest
-MAIL_FROM_ADDRESS=@@CRUPEST_2FAUTH_MAIL_USERNAME@@
-TRUSTED_PROXIES=*