~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/config/schema-lazr.conf

  • Committer: Gavin Panella
  • Date: 2011-07-06 09:08:37 UTC
  • mto: (13333.13.8 longpoll-jobs)
  • mto: This revision was merged to the branch mainline in revision 13969.
  • Revision ID: gavin.panella@canonical.com-20110706090837-yi0taoahfg2ki2yy
Fix lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
537
537
forced_hostname: none
538
538
 
539
539
# Where to find the code import scheduler service.
540
 
codeimportscheduler_url: http://xmlrpc-private.launchpad.dev:8087/codeimportscheduler
 
540
codeimportscheduler_url:
 
541
    http://xmlrpc-private.launchpad.dev:8087/codeimportscheduler
541
542
 
542
543
# The maximum number of jobs to run on a machine at one time.
543
544
max_jobs_per_machine: 3
620
621
# The database user which will be used by this process.
621
622
# datatype: string
622
623
dbuser: rosettaadmin
623
 
source_interface: lp.translations.interfaces.translationpackagingjob.ITranslationPackagingJobSource
 
624
source_interface:
 
625
    lp.translations.interfaces.translationpackagingjob.ITranslationPackagingJobSource
624
626
 
625
627
# See [error_reports].
626
628
error_dir: none
996
998
 
997
999
[initializedistroseries]
998
1000
dbuser: initializedistroseries
999
 
source_interface: lp.soyuz.interfaces.distributionjob.IInitializeDistroSeriesJobSource
 
1001
source_interface:
 
1002
    lp.soyuz.interfaces.distributionjob.IInitializeDistroSeriesJobSource
1000
1003
 
1001
1004
# See [error_reports].
1002
1005
error_dir: none
1089
1092
# domains listed here will be sent to the parent domain,
1090
1093
# allowing sessions to be shared between vhosts.
1091
1094
# Domains should not start with a leading '.'.
1092
 
cookie_domains: demo.launchpad.net, staging.launchpad.net, launchpad.net, launchpad.dev
 
1095
cookie_domains:
 
1096
    demo.launchpad.net, staging.launchpad.net, launchpad.net, launchpad.dev
1093
1097
 
1094
1098
# Maximum size of product release download files in bytes. A value
1095
1099
# of 0 means no limit.