aboutsummaryrefslogtreecommitdiff
path: root/services/templates/envs/auto-backup.env.template
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-03-03 15:32:10 +0800
committerYuqian Yang <crupest@crupest.life>2025-03-03 15:32:10 +0800
commit69c050e349956f4c982f7e73a09f9a0882f1973f (patch)
treea597674e50bd6855499fa38ea378c1d8cfe0f9c5 /services/templates/envs/auto-backup.env.template
parent6102b8303d098926cb98260b34c38b13e398fb11 (diff)
downloadcrupest-69c050e349956f4c982f7e73a09f9a0882f1973f.tar.gz
crupest-69c050e349956f4c982f7e73a09f9a0882f1973f.tar.bz2
crupest-69c050e349956f4c982f7e73a09f9a0882f1973f.zip
feat(service): move out env files from compose.
Diffstat (limited to 'services/templates/envs/auto-backup.env.template')
-rw-r--r--services/templates/envs/auto-backup.env.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/services/templates/envs/auto-backup.env.template b/services/templates/envs/auto-backup.env.template
new file mode 100644
index 0000000..c2a6ba9
--- /dev/null
+++ b/services/templates/envs/auto-backup.env.template
@@ -0,0 +1,4 @@
+CRUPEST_AUTO_BACKUP_COS_ENDPOINT=@@CRUPEST_AUTO_BACKUP_COS_ENDPOINT@@
+CRUPEST_AUTO_BACKUP_COS_BUCKET=@@CRUPEST_AUTO_BACKUP_COS_BUCKET@@
+CRUPEST_AUTO_BACKUP_COS_SECRET_ID=@@CRUPEST_AUTO_BACKUP_COS_SECRET_ID@@
+CRUPEST_AUTO_BACKUP_COS_SECRET_KEY=@@CRUPEST_AUTO_BACKUP_COS_SECRET_KEY@@