diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-03 15:32:10 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-03 15:32:10 +0800 |
commit | 69c050e349956f4c982f7e73a09f9a0882f1973f (patch) | |
tree | a597674e50bd6855499fa38ea378c1d8cfe0f9c5 /services/templates/envs/2fauth.env.template | |
parent | 6102b8303d098926cb98260b34c38b13e398fb11 (diff) | |
download | crupest-69c050e349956f4c982f7e73a09f9a0882f1973f.tar.gz crupest-69c050e349956f4c982f7e73a09f9a0882f1973f.tar.bz2 crupest-69c050e349956f4c982f7e73a09f9a0882f1973f.zip |
feat(service): move out env files from compose.
Diffstat (limited to 'services/templates/envs/2fauth.env.template')
-rw-r--r-- | services/templates/envs/2fauth.env.template | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/services/templates/envs/2fauth.env.template b/services/templates/envs/2fauth.env.template new file mode 100644 index 0000000..cd084b5 --- /dev/null +++ b/services/templates/envs/2fauth.env.template @@ -0,0 +1,15 @@ +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=* |