diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-09 22:02:33 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-10 15:25:12 +0800 |
commit | 133bbc64f891afc1ae6c965176cddbc9050f9e80 (patch) | |
tree | d4411565d41e214df0aefd79bfe9240ab8f0fb0f /services | |
parent | cc013584714e8ce1f583ce391f8123881e3c0297 (diff) | |
download | crupest-133bbc64f891afc1ae6c965176cddbc9050f9e80.tar.gz crupest-133bbc64f891afc1ae6c965176cddbc9050f9e80.tar.bz2 crupest-133bbc64f891afc1ae6c965176cddbc9050f9e80.zip |
refactor(deno): done template generation.
Diffstat (limited to 'services')
-rw-r--r-- | services/config.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/config.template b/services/config.template index 89448ce..6f69c6d 100644 --- a/services/config.template +++ b/services/config.template @@ -1,3 +1,6 @@ +CRUPEST_GITHUB=https://github.com/crupest +CRUPEST_SERVICES_DIR=services +CRUPEST_DATA_DIR=data CRUPEST_ROOT_URL=https://@@CRUPEST_DOMAIN@@ CRUPEST_MAIL_SERVER_DOMAIN=mail.@@CRUPEST_DOMAIN@@ CRUPEST_DOCKER_DIR=@@CRUPEST_SERVICES_DIR@@/docker |