summaryrefslogtreecommitdiff
path: root/meta/config.example.sh
diff options
context:
space:
mode:
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"