Kaynağa Gözat

regen configs

Mike 11 ay önce
ebeveyn
işleme
7dc6b1f9fe
2 değiştirilmiş dosya ile 5 ekleme ve 15 silme
  1. 4 14
      config/settings.env
  2. 1 1
      config/ssl/settings.env

+ 4 - 14
config/settings.env

@@ -14,34 +14,24 @@
 # 	LAN://0.0.0.0:5190
 # 	// Separate Internet and LAN config
 # 	WAN://142.250.176.206:5190,LAN://192.168.1.10:5191
-export OSCAR_LISTENERS=PLAINTEXT://0.0.0.0:5190,SSL://0.0.0.0:5192
+export OSCAR_LISTENERS=LOCAL://0.0.0.0:5190
 
 # Hostnames published by the server that clients connect to for accessing
 # various OSCAR services. These hostnames are NOT the bind addresses. For
 # multi-homed use servers, allows clients to connect using separate hostnames
 # per network.
-#
+# 
 # Format:
 # 	- Comma-separated list of [NAME]://[HOSTNAME]:[PORT]
 # 	- Each listener config must correspond to a config in OSCAR_LISTENERS
 # 	- Clients MUST be able to connect to these hostnames
-#
+# 
 # Examples:
 # 	// Local LAN config, server behind NAT
 # 	LAN://0.0.0.0:5190
 # 	// Separate Internet and LAN config
 # 	WAN://aim.example.com:5190,LAN://192.168.1.10:5191
-export OSCAR_ADVERTISED_LISTENERS=PLAINTEXT://localhost:5190,SSL://ras.dev:5193
-
-# Network listeners for Kerberos authentication. See OSCAR_LISTENERS doc for
-# more details.
-#
-# Examples:
-# 	// Listen on all interfaces
-# 	LAN://0.0.0.0:1088
-# 	// Separate Internet and LAN config
-# 	WAN://142.250.176.206:1088,LAN://192.168.1.10:1087
-export KERBEROS_LISTENERS=SSL://0.0.0.0:1088
+export OSCAR_ADVERTISED_LISTENERS=LOCAL://127.0.0.1:5190
 
 # Network listeners for TOC protocol service.
 # 

+ 1 - 1
config/ssl/settings.env

@@ -31,7 +31,7 @@ export OSCAR_LISTENERS=PLAINTEXT://0.0.0.0:5190,SSL://0.0.0.0:5192
 # 	LAN://0.0.0.0:5190
 # 	// Separate Internet and LAN config
 # 	WAN://aim.example.com:5190,LAN://192.168.1.10:5191
-export OSCAR_ADVERTISED_LISTENERS=PLAINTEXT://localhost:5190,SSL://ras.dev:5193
+export OSCAR_ADVERTISED_LISTENERS=PLAINTEXT://127.0.0.1:5190,SSL://127.0.0.1:5193
 
 # Network listeners for Kerberos authentication. See OSCAR_LISTENERS doc for
 # more details.