5e023dd1cd36112d7d5f0ada3b5198000c83cc7e
[mir.git] / scripts / mir-setup / conf / config-examplesite
1 # $Id: config-examplesite,v 1.1 2005/06/13 22:23:43 zak Exp $
2
3 # Example site configuration file for mir-setup script
4
5 # Short site name
6 SITE=examplesite
7
8 # Full canonical domain name of production site
9 FQDN="publish.$SITE.indymedia.org"
10
11 # User to run this site as, and who will have access to files
12 USER="$SITE"
13
14 # Group to run this site as, and who will have access to files
15 GROUP="$SITE"
16
17 # Group for tomcat-accessible stuff
18 TOMCATGROUP="$SITE-tomcat"
19
20 # Aliased domain names for production site
21 # ALIASES="www0.$SITE.indymedia.org"
22
23 # Full canonical domain name for mirrors
24 MIRRORFQDN="www.$SITE.indymedia.org"
25
26 # Full canonical domain name for SSL production site
27 SECUREFQDN="publish.$SITE.indymedia.org"
28
29 # CVS source for site configuration
30 SITECVSROOT=":pserver:anonymous@cvs.codecoop.org:/cvsroot/imc-$SITE"
31 SITEVERSION= # blank for CVS HEAD
32
33 # The content of this directory will be overlaid onto the Mir tree
34 SITEOVERLAYDIR="setup_$SITE"
35
36 # The config.properties template to use
37 CONFIGPROPERTIES="$CONFDIR/config.properties-default"
38
39 # Include system config file
40 source "$CONFDIR/config"