~gz/ubuntu/wily/steam/new_rel_udev_rules

« back to all changes in this revision

Viewing changes to config/config.template

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-10-29 19:51:18 UTC
  • mfrom: (1.1.4) (0.1.4 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131029195118-b9bxciz5hwx5z459
Tags: 1:1.0.0.39-2ubuntu1
Add an epoch to the version number as there was an unrelated steam package
in the archive with a higher version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# sTeam configuration file.
2
 
# The value (hbs) means the value was read by the server and
3
 
# can be configured there. Overriding these values means the new configuration
4
 
# is set when restarting the server.
5
 
6
 
 
7
 
 
8
 
#
9
 
# Databae configuration in the form mysql://user:password@host:/DB
10
 
# You need to create a database by logging in with your mysql-root
11
 
# and set all privileges to the steam user.
12
 
#
13
 
database=mysql://steam:steam@localhost/steam
14
 
 
15
 
 
16
 
#
17
 
# COAL port configuration. If this ports cannot be bound the
18
 
# next subsequent ports will be tried.
19
 
#
20
 
port=1900
21
 
# the secure (SSL COAL port)
22
 
sport=1999
23
 
 
24
 
#
25
 
# Machine Settings, hostname and machine name
26
 
27
 
machine=(autodetect)
28
 
domain=(autodetect)
29
 
ip=0
30
 
 
31
 
 
32
 
# Mail Settings
33
 
# Use you mailserver here. If you do not specify a mailserver, mxlookup will
34
 
# be used.
35
 
mail_server=smtp.upb.de
36
 
mail_port=25
37
 
 
38
 
#
39
 
# Port settings for all kinds of ports.
40
 
# Change your values here in order to run steam on different ports.
41
 
# http_ ports are started on different ports, if the specified ones are
42
 
# not free.
43
 
#
44
 
nntp_port=119
45
 
pop3_port=110
46
 
smtp_port=25
47
 
imap_port=143
48
 
irc_port=6667
49
 
jabber_port=5222
50
 
ftp_port=21
51
 
http_port=80
52
 
https_port=443