mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-06-03 02:57:17 +02:00
Migrated to use "::" by default for #71
This commit is contained in:
parent
e8c2fb7e50
commit
d8c1d75be1
10 changed files with 21 additions and 21 deletions
|
@ -27,7 +27,7 @@ log_level_bootstrap = log_level = os.environ.get('LOGLEVEL', 'INFO')
|
|||
if log_level_bootstrap == "MININFO":
|
||||
log_level_bootstrap = "INFO"
|
||||
log_file = os.environ.get('LOGFILE', 'STDOUT')
|
||||
listen_ip = os.environ.get('IP', '0.0.0.0').split()
|
||||
listen_ip = os.environ.get('IP', '::').split()
|
||||
listen_port = os.environ.get('PORT', '1688')
|
||||
sqlite_port = os.environ.get('SQLITE_PORT', '8080')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue