4b57ebae7828e523649f6525cb960bb28019b4f3
[feisty_meow.git] / scripts / site_avenger / config / default-site_avenger.config
1
2 # this config file provides the default values for the variables used in our site management scripts.
3
4 # basic information...
5 APPLICATION_DIR="$HOME/apps"
6 DEFAULT_REPOSITORY_ROOT="git@github.com:kwentworth"
7 CHECKOUT_DIR_NAME="avenger5"
8
9 # most config files will only need to override things below this line.
10 # they should include the basic configs using this code:
11 #   source $WORKDIR/config/default-site_avenger.config
12 ######################################################################
13
14 # deployment information...
15 APPLICATION_NAME=mapsdemo
16
17 # change this if the site is on the "real" internet.  otherwise, for any
18 # sites that are served from the cakelampvm.com vm, the derived config
19 # files can just repeat this code.  they *MUST* include it though, since
20 # it needs to see their version of the APPLICATION_NAME variable.
21 DOMAIN_NAME="${APPLICATION_NAME}.vm"
22
23