Skip to content

Commit

Permalink
added some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdpeep committed Jan 28, 2020
1 parent 276e70b commit b52ac9b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -10,4 +10,4 @@ insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = true
2 changes: 1 addition & 1 deletion REVISIONS
@@ -1 +1 @@
144
145
8 changes: 6 additions & 2 deletions _site_cfg.sh.redist
@@ -1,6 +1,10 @@
#!/bin/bash

# webapp root
ORIG="/home/domain.tld"
# sub-webapp root or same as origin
DEST="/home/${BETA}domain.tld"
HOST='host'
USER='root'
# host domain name
HOST="tld.com"
# DevOps host account
USER="root"
1 change: 1 addition & 0 deletions cli.sh
@@ -1,4 +1,5 @@
#!/bin/bash
#@author Filip Oščádal <oscadal@gscloud.cz>

# proxy all CLI parameters
php -f ./Bootstrap.php "$@"
6 changes: 3 additions & 3 deletions config.neon
@@ -1,5 +1,6 @@
### TESSERACT MINI

# uncomment to force debug !!!
#dbg: TRUE

# CORE
Expand All @@ -10,7 +11,7 @@ project: TESSERACT
secret_cookie_key: secure.key
version: v1

# GCP
# GCP ID
gcp_project_id: "gscloudcz-163314"

# Google OAUTH 2.0
Expand All @@ -36,8 +37,7 @@ multisite_profiles: [
]
]


# locales
# localization
lang: en
l:
title: "Tesseract MINI"
Expand Down

0 comments on commit b52ac9b

Please sign in to comment.