summaryrefslogblamecommitdiffstats
path: root/extras/config.example
blob: a2c27cdb2d721ce4a82b5875a170760ef15263be (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

                                                                













                                                                                 
# This file is expected to be called "/opt/openslx/proxy/config"
#
# proxy configuration:
# 3 options for proxy configuration: AUTO = autmatically, YES, NO. If nothing is
# set, the default automatically will be choosen.
PROXY_CONF=AUTO
# If PROXY_CONF = YES some more information for connection are necessary:
# PROXY_ADDR = destination addres
PROXY_ADDR=1.2.3.4

# PROXY_PORT = port for proxy connection
PROXY_PORT=1080

# Username and password are optional, if empty, it is assumed that not necessary:
PROXY_USERNAME=test
PROXY_PASSWORD=password