summaryrefslogtreecommitdiff
path: root/meta/config.example.sh
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 18:43:51 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 18:43:51 +0300
commitb85e90fc3480da0e6a48da73201a0b22488cc650 (patch)
tree42b2e083e7d268747b01a03c0bedb48a9394585e /meta/config.example.sh
parent5c7048091e3a191e8a34f26852a8976b254e339b (diff)
parentf88d1f18953f9619444d56756702c7eb54580ab1 (diff)
downloadProject-Tick-b85e90fc3480da0e6a48da73201a0b22488cc650.tar.gz
Project-Tick-b85e90fc3480da0e6a48da73201a0b22488cc650.zip
Add 'meta/' from commit 'f88d1f18953f9619444d56756702c7eb54580ab1'
git-subtree-dir: meta git-subtree-mainline: 5c7048091e3a191e8a34f26852a8976b254e339b git-subtree-split: f88d1f18953f9619444d56756702c7eb54580ab1
Diffstat (limited to 'meta/config.example.sh')
-rw-r--r--meta/config.example.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/config.example.sh b/meta/config.example.sh
new file mode 100644
index 0000000000..835059f3af
--- /dev/null
+++ b/meta/config.example.sh
@@ -0,0 +1,13 @@
+export META_UPSTREAM_DIR=upstream
+export META_LAUNCHER_DIR=launcher
+export DEPLOY_TO_FOLDER=false
+export DEPLOY_FOLDER=/app/public/v1
+export DEPLOY_FOLDER_USER=http
+export DEPLOY_FOLDER_GROUP=http
+
+export DEPLOY_TO_GIT=true
+export GIT_AUTHOR_NAME="Herpington Derpson"
+export GIT_AUTHOR_EMAIL="herpderp@derpmail.com"
+export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
+export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
+export GIT_SSH_COMMAND="ssh -i ${BASEDIR}/config/deploy.key"