mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-07 06:56:37 +08:00
Remove unnecessary quote
This commit is contained in:
parent
8fa45e7840
commit
6e35d3d4af
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ postfix_setup_xoauth2_pre_setup() {
|
|||
"client_secret": "${XOAUTH2_SECRET}",
|
||||
"log_to_syslog_on_failure": "${XOAUTH2_SYSLOG_ON_FAILURE:-no}",
|
||||
"log_full_trace_on_failure": "${XOAUTH2_FULL_TRACE:-no}",
|
||||
"token_endpoint": "${XOAUTH2_TOKEN_ENDPOINT:-'https://accounts.google.com/o/oauth2/token'}"
|
||||
"token_endpoint": "${XOAUTH2_TOKEN_ENDPOINT:-https://accounts.google.com/o/oauth2/token}"
|
||||
}
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue