Skip to content

Commit

Permalink
sane defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
christianruhstaller committed Dec 15, 2016
1 parent b5e7387 commit 7cd4cef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .config/deployment
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
DEPLOYMENT_FOLDER=./.deployment

# should git be used to tag the deployments?
USE_GIT=0
USE_GIT=1

# should a db be used?
USE_DB=0
USE_DB=1

DUMP_FOLDER="$DEPLOYMENT_FOLDER/database/structure/tables"

Expand All @@ -17,10 +17,10 @@ DB_DEV_USER=$DB_USERNAME
DB_DEV_PW=$DB_PASSWORD

# Document Root Path (usually . or ./public)
WEBROOT_PATH=.
WEBROOT_PATH=./public/files

# Folder where uploaded files are. Folder must be named "files"
DEPLOY_DATA_FOLDER="files"
DEPLOY_DATA_FOLDER="public/files"

# Folder where the data files should be backuped
DEPLOY_DATA_BACKUP_FOLDER="$DEPLOYMENT_FOLDER/data"
Expand Down

0 comments on commit 7cd4cef

Please sign in to comment.