mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Revert old default values
This commit is contained in:
@@ -10,8 +10,8 @@ listen: false
|
||||
# - Use option "auto" to automatically detect support
|
||||
# - Use true or false (no qoutes) to enable or disable each protocol
|
||||
protocol:
|
||||
ipv4: auto
|
||||
ipv6: auto
|
||||
ipv4: true
|
||||
ipv6: false
|
||||
# Prefers IPv6 for DNS. Enable this on ISPs that don't have issues with IPv6
|
||||
dnsPreferIPv6: false
|
||||
# The hostname that autorun opens.
|
||||
|
@@ -137,8 +137,8 @@ const DEFAULT_CSRF_DISABLED = false;
|
||||
const DEFAULT_BASIC_AUTH = false;
|
||||
const DEFAULT_PER_USER_BASIC_AUTH = false;
|
||||
|
||||
const DEFAULT_ENABLE_IPV6 = 'auto';
|
||||
const DEFAULT_ENABLE_IPV4 = 'auto';
|
||||
const DEFAULT_ENABLE_IPV6 = false;
|
||||
const DEFAULT_ENABLE_IPV4 = true;
|
||||
|
||||
const DEFAULT_PREFER_IPV6 = false;
|
||||
|
||||
|
Reference in New Issue
Block a user