This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
glasnost/config.in

181 lines
4.0 KiB
Plaintext

[DEFAULT]
BypassXmlRpc = true
glasnost = @glasnost@
logdir = @logdir@
port = @port@
vardir = @vardir@
webdir = @webdir@
ServerHostName = localhost
[Misc]
# Use HTTPS after the user logged in? (boolean, default: false)
UseHTTPS = false
# Where to store log files
LogFilesDir = %(logdir)s
# Directory where the data are stored
DataDirectoryPath = %(vardir)s
# Directory where the dispatcher data are stored
DispatcherDataDirectoryPath = %(vardir)s/%(hostname)s
# Directory where the localisation data are stored
LocaleDir = @localedir@
# Template directory
TemplatesDirectoryPath = %(vardir)s/templates
# Default template
DefaultTemplate = glasnost2
# Webdirectory to look for .py files when not found in DocumentRoot
WebDirectoryPath = %(webdir)s
[Mail]
# Email address to use when no admin has been defined in Glasnost
# website to show in emails sent to new people
Website = http://localhost
# Host name and port of the SMTP server
ServerHostName = localhost
ServerPort = 25
[Dispatcher]
ServerPort = %(port)s
[Gateway]
# If the gateway is installed on the same server as the dispatcher, uncomment
# the following settings and configure the firewall rules to redirect outside
# connections to the dispatcher (ie port 8000) to the gateway (ie port 8001)
# ServerPort = %(port)s + 1
# PublicPort = %(port)s
#
# Otherwise, if the gateway is installed alone on a firewall/gateway, use the
# standard ServerPort of the dispatcher:
# ServerPort = %(port)s
# PublicPort = %(port)s
ServerPort = %(port)s + 1
PublicPort = %(port)s
#experimental# [AppointmentsServer]
#experimental# ServerPort = %(port)s + 2
[ArticlesServer]
ServerPort = %(port)s + 3
[AtomsServer]
ServerPort = %(port)s + 4
#authentication# [AuthenticationServer]
#authentication# ServerPort = %(port)s + 5
#authentication# [AuthenticationLoginPasswordServer]
#authentication# ServerPort = %(port)s + 6
#authentication# [AuthenticationLdapServer]
#authentication# ServerPort = %(port)s + 7
[BallotsServer]
ServerPort = %(port)s + 8
#experimental# [BooksServer]
#experimental# ServerPort = %(port)s + 9
[BrevesServer]
ServerPort = %(port)s + 10
[Cache]
ServerPort = %(port)s + 11
[CardsServer]
ServerPort = %(port)s + 12
#experimental# [CommentsServer]
#experimental# ServerPort = %(port)s + 13
#experimental# [ContactInfosServer]
#experimental# ServerPort = %(port)s + 14
#experimental# [ContactsServer]
#experimental# ServerPort = %(port)s + 15
#experimental# [DataflowsServer]
#experimental# ServerPort = %(port)s + 16
#experimental# [DirectoriesServer]
#experimental# ServerPort = %(port)s + 17
[ElectionsServer]
ServerPort = %(port)s + 18
#brest# [FIInitiativesServer]
#brest# ServerPort = %(port)s + 19
#experimental# [ForumsServer]
#experimental# ServerPort = %(port)s + 20
#experimental# [FunctionCallsServer]
#experimental# ServerPort = %(port)s + 21
#experimental# [GradesServer]
#experimental# ServerPort = %(port)s + 22
[GroupsServer]
ServerPort = %(port)s + 23
#experimental# [ImapsServer]
#experimental# ServerPort = %(port)s + 24
#monitoring# [MonitoringsServer]
#monitoring# ServerPort = %(port)s + 25
#experimental# [OrganizationsServer]
#experimental# ServerPort = %(port)s + 26
[PageNamesServer]
ServerPort = %(port)s + 27
#brest# [PELActionsServer]
#brest# ServerPort = %(port)s + 28
#brest# [PELBilansServer]
#brest# ServerPort = %(port)s + 29
[PeopleServer]
ServerPort = %(port)s + 30
#obsolete# [PreferencesServer]
#obsolete# ServerPort = %(port)s + 31
[RubricsServer]
ServerPort = %(port)s + 32
[SessionsServer]
ServerPort = %(port)s + 33
#monitoring# [SystemFilesServer]
#monitoring# ServerPort = %(port)s + 34
#experimental# [TasksServer]
#experimental# ServerPort = %(port)s + 35
[TranslationsServer]
ServerPort = %(port)s + 36
[UploadFilesServer]
ServerPort = %(port)s + 37
[VirtualHostsServer]
ServerPort = %(port)s + 38
[VotesServer]
ServerPort = %(port)s + 39
[PasswordAccountsServer]
ServerPort = %(port)s + 40
[IdentitiesServer]
ServerPort = %(port)s + 41
[ProvidersServer]
ServerPort = %(port)s + 42
[AssertionsServer]
ServerPort = %(port)s + 44
[X509AccountsServer]
ServerPort = %(port)s + 45