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 | e956c5c35ad1ccdc9ae1ec5d4b66e45541985e1a (patch) | |
tree | abc95edc46d9b6cdefa57e0b3bce8c54a8d6e042 /services/config.template | |
parent | 0b702d027973ea26d7e9618d4edc181d4cd1fc31 (diff) | |
download | crupest-e956c5c35ad1ccdc9ae1ec5d4b66e45541985e1a.tar.gz crupest-e956c5c35ad1ccdc9ae1ec5d4b66e45541985e1a.tar.bz2 crupest-e956c5c35ad1ccdc9ae1ec5d4b66e45541985e1a.zip |
refactor(deno): done template generation.
Diffstat (limited to 'services/config.template')
-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 |