# Example configuration for IceAdmin # # Here, defaults for administrating one or more servers can be set, so # that they do not have to be provided on the command line each time. # Every set of defaults is associated with a unique ID, the "server # token", and can be accessed from the command line. # # Comments begin with a '#' character and may appear anywhere on an # empty line or after a valid configuration directive. Comments, empty # lines and whitespaces are ignored. # # The configuration file is in the simple INI format. The unique server # token is defined in square brackets '[]' and followed by certain # key/value pairs. A new token denotes a new server default # configuration. # # Available configuration keys are 'hostname', 'service', 'username', # 'password' and 'default_mountpoint'. Keys are followed by an equal # sign '=' and a value in double-quotes '"'. Each key/value pair is # optional. # # Values may contain double-quotes as long as they are escaped with # a backslash, e.g. "foo\"bar". The backslash itself must be escaped # as well, e.g. "foo\\bar". #[local] # A local Icecast server configuration called "local". # hostname = "localhost" # - This can be a hostname or an IP. # service = "8000" # - Port number or service from # # /etc/services. # username = "admin" # - The serveradmin username. # password = "hackme" # - The serveradmin password. # default_mount = "/stream.ogg" # - The default mountpoint to work on.