getting configs right
[feisty_meow.git] / scripts / site_avenger / config / default.app
index 4fe8303cf9684d91ea468a5faefa431452908eaf..a7b9e90982241e8b1433fb38c6d3d29ae35e7f95 100644 (file)
@@ -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}"