Fix decryption

This commit is contained in:
DongfeiSay 2022-06-23 01:35:31 +08:00 committed by GitHub
parent 3126f96456
commit bfec21681a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,7 @@
"port": "{{ port }}",
"users": [
{
"id": "{{ uuid }}",
"encryption": "none"
"id": "{{ uuid }}"
}
]
}
@ -37,4 +36,4 @@
}
}
]
}
}