Skip to content

Commit

Permalink
🔧 More values in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
tchartron committed Jan 31, 2019
1 parent 07a4c95 commit bfa1087
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 9 additions & 6 deletions config/example.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
APP_NAME=example
APP_WEBSERVER=apache2
APP_NAME=example-app
USER_FOLDER=/home/thomas
VHOST_FILENAME=001-example.conf
LOCAL_ADDRESS=example.work
DOCUMENT_ROOT=/var/www/example/public
APP_FOLDER=/home/thomas/www/example
APP_FOLDER=/home/thomas/www/example-app
APP_FOLDER_OWNER=thomas
APP_FOLDER_GROUP=thomas
APP_WEBSERVER=apache2
VHOST_FILENAME=005-example-app.conf
[email protected]
VHOST_LOCAL_ADDRESS=example-app.work
VHOST_DOCUMENT_ROOT=/var/www/example-app/public
VHOST_ERROR_LOG=/var/www/example-app/public
VHOST_ACCESS_LOG=/var/www/example-app/public
1 change: 0 additions & 1 deletion config/project.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ VHOST_LOCAL_ADDRESS=example-app.work
VHOST_DOCUMENT_ROOT=/var/www/example-app/public
VHOST_ERROR_LOG=/var/www/example-app/public
VHOST_ACCESS_LOG=/var/www/example-app/public

0 comments on commit bfa1087

Please sign in to comment.