X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fconfig%2Fdefault.app;h=a7b9e90982241e8b1433fb38c6d3d29ae35e7f95;hb=347c27c4707bd7597b77058fb3ccf1fc489a5c28;hp=4fe8303cf9684d91ea468a5faefa431452908eaf;hpb=185c9030a042e1e274c3b6af307dace6ada968e4;p=feisty_meow.git diff --git a/scripts/site_avenger/config/default.app b/scripts/site_avenger/config/default.app index 4fe8303c..a7b9e909 100644 --- a/scripts/site_avenger/config/default.app +++ b/scripts/site_avenger/config/default.app @@ -1,6 +1,11 @@ #!/bin/bash -# this config file provides the default values for the variables used in our site management scripts. +# provides the default values for the variables used in our site management scripts. + +# config files for site avenger apps usually override nothing, since we +# auto-construct the app name and domain. +# if they do need to override anything, they can just specify replacement +# values for the variables in this file. #### @@ -12,15 +17,6 @@ export CHECKOUT_DIR_NAME="avenger5" #### -# config files for site avenger apps usually override nothing, since we -# auto-construct the app name and domain. but if they do need to override -# anything, it will be below this point in the file. -# the derived config file should include the basic configs like so: -# -# source "$WORKDIR/config/default.app" - -#### - # deployment information for the application / site. export APPLICATION_NAME="${app_dirname}"