diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-30 01:38:05 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-30 01:38:05 +0800 |
commit | 66e2d76b75ed04ae8a43baefdb970f4cb89c5925 (patch) | |
tree | 057330182508499bc2c0e8655d1ab183d8e480a9 | |
parent | 4c9854882318ff445690fb9b16c791c93d6e2489 (diff) | |
download | crupest-66e2d76b75ed04ae8a43baefdb970f4cb89c5925.tar.gz crupest-66e2d76b75ed04ae8a43baefdb970f4cb89c5925.tar.bz2 crupest-66e2d76b75ed04ae8a43baefdb970f4cb89c5925.zip |
service: remove secret dir.
-rw-r--r-- | services/config.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/config.template b/services/config.template index e073844..19f35e9 100644 --- a/services/config.template +++ b/services/config.template @@ -2,7 +2,6 @@ CRUPEST_SERVICES_DIR=services CRUPEST_DATA_DIR=data CRUPEST_ROOT_URL=https://@@CRUPEST_DOMAIN@@ CRUPEST_DOCKER_DIR=@@CRUPEST_SERVICES_DIR@@/docker -CRUPEST_DATA_SECRET_DIR=@@CRUPEST_DATA_DIR@@/secret CRUPEST_DATA_CERTBOT_DIR=@@CRUPEST_DATA_DIR@@/certbot CRUPEST_DATA_GIT_DIR=@@CRUPEST_DATA_DIR@@/git CRUPEST_GENERATED_DIR=@@CRUPEST_SERVICES_DIR@@/generated |