~rvb/maas/bug-1384001-redux-2

« back to all changes in this revision

Viewing changes to contrib/maas_local_settings_sample.py

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
DEBUG = False
3
3
 
4
4
# Default URL specifying protocol, host, and (if necessary) port where
5
 
# this MaaS can be found.  Configuration can, and probably should,
 
5
# this MAAS can be found.  Configuration can, and probably should,
6
6
# override this.
7
7
DEFAULT_MAAS_URL = "http://maas.internal.example.com/"
8
8
 
9
9
# Absolute path to the directory static files should be collected to.
10
10
STATIC_ROOT = '/var/lib/maas/static/'
11
11
 
12
 
# Prefix to use for MaaS's urls.
 
12
# Prefix to use for MAAS's urls.
13
13
# If FORCE_SCRIPT_NAME is None (the default), all the urls will start with
14
14
# '/'.
15
 
FORCE_SCRIPT_NAME = '/MaaS'
 
15
FORCE_SCRIPT_NAME = '/MAAS'
16
16
 
17
17
# Where to store the user uploaded files.
18
18
MEDIA_ROOT = '/var/lib/maas/media/'