summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/network/config.example
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/openslx/network/config.example')
-rw-r--r--src/main/java/org/openslx/network/config.example14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/java/org/openslx/network/config.example b/src/main/java/org/openslx/network/config.example
deleted file mode 100644
index 522dfdd..0000000
--- a/src/main/java/org/openslx/network/config.example
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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