refining the config includes approach
[feisty_meow.git] / scripts / site_avenger / config / default-site_avenger.config
diff --git a/scripts/site_avenger/config/default-site_avenger.config b/scripts/site_avenger/config/default-site_avenger.config
new file mode 100644 (file)
index 0000000..4b57eba
--- /dev/null
@@ -0,0 +1,23 @@
+
+# this config file provides the default values for the variables used in our site management scripts.
+
+# basic information...
+APPLICATION_DIR="$HOME/apps"
+DEFAULT_REPOSITORY_ROOT="git@github.com:kwentworth"
+CHECKOUT_DIR_NAME="avenger5"
+
+# most config files will only need to override things below this line.
+# they should include the basic configs using this code:
+#   source $WORKDIR/config/default-site_avenger.config
+######################################################################
+
+# deployment information...
+APPLICATION_NAME=mapsdemo
+
+# change this if the site is on the "real" internet.  otherwise, for any
+# sites that are served from the cakelampvm.com vm, the derived config
+# files can just repeat this code.  they *MUST* include it though, since
+# it needs to see their version of the APPLICATION_NAME variable.
+DOMAIN_NAME="${APPLICATION_NAME}.vm"
+
+