fix(nix): workaround parsing port numbers failed in nix-shell
This commit is contained in:
parent
a1668f891a
commit
b5215cc7e8
@ -197,9 +197,9 @@ let
|
|||||||
UPLOAD_S3_KEY_ID=''${MINIO_ACCESS_KEY}
|
UPLOAD_S3_KEY_ID=''${MINIO_ACCESS_KEY}
|
||||||
UPLOAD_S3_KEY=''${MINIO_SECRET_KEY}
|
UPLOAD_S3_KEY=''${MINIO_SECRET_KEY}
|
||||||
|
|
||||||
SMTPHOST=''${SMTPHOST}
|
# SMTPHOST=''${SMTPHOST}
|
||||||
SMTPPORT=''${SMTPPORT}
|
# SMTPPORT=''${SMTPPORT}
|
||||||
SMTPSSL=''${SMTPSSL}
|
# SMTPSSL=''${SMTPSSL}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
set +xe
|
set +xe
|
||||||
|
|||||||
Reference in New Issue
Block a user