~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[rs=buildbot-poller] automatic merge from stable. Revisions: 13967,
        13968, 13969, 13970 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
511
511
forced_hostname: none
512
512
 
513
513
# Where to find the code import scheduler service.
514
 
codeimportscheduler_url: http://xmlrpc-private.launchpad.dev:8087/codeimportscheduler
 
514
codeimportscheduler_url:
 
515
    http://xmlrpc-private.launchpad.dev:8087/codeimportscheduler
515
516
 
516
517
# The maximum number of jobs to run on a machine at one time.
517
518
max_jobs_per_machine: 3
585
586
# The database user which will be used by this process.
586
587
# datatype: string
587
588
dbuser: rosettaadmin
588
 
source_interface: lp.translations.interfaces.translationpackagingjob.ITranslationPackagingJobSource
 
589
source_interface:
 
590
    lp.translations.interfaces.translationpackagingjob.ITranslationPackagingJobSource
589
591
 
590
592
# See [error_reports].
591
593
error_dir: none
950
952
 
951
953
[initializedistroseries]
952
954
dbuser: initializedistroseries
953
 
source_interface: lp.soyuz.interfaces.distributionjob.IInitializeDistroSeriesJobSource
 
955
source_interface:
 
956
    lp.soyuz.interfaces.distributionjob.IInitializeDistroSeriesJobSource
954
957
 
955
958
# See [error_reports].
956
959
error_dir: none
1025
1028
# domains listed here will be sent to the parent domain,
1026
1029
# allowing sessions to be shared between vhosts.
1027
1030
# Domains should not start with a leading '.'.
1028
 
cookie_domains: demo.launchpad.net, staging.launchpad.net, launchpad.net, launchpad.dev
 
1031
cookie_domains:
 
1032
    demo.launchpad.net, staging.launchpad.net, launchpad.net, launchpad.dev
1029
1033
 
1030
1034
# Maximum size of product release download files in bytes. A value
1031
1035
# of 0 means no limit.
1702
1706
memory_profile_log:
1703
1707
 
1704
1708
[rabbitmq]
 
1709
# Should RabbitMQ be launched by default?
 
1710
# datatype: boolean
 
1711
launch: False
1705
1712
# The host:port at which RabbitMQ is listening.
1706
1713
# datatype: string
1707
1714
host: none
1708
1715
# datatype: string
1709
 
userid: guest
1710
 
# datatype: string
1711
 
password: guest
1712
 
# datatype: string
1713
 
virtual_host: /
 
1716
userid: none
 
1717
# datatype: string
 
1718
password: none
 
1719
# datatype: string
 
1720
virtual_host: none
1714
1721
 
1715
1722
[reclaimbranchspace]
1716
1723
# The database user which will be used by this process.