# HG changeset patch # User Kim Alvefur # Date 1595277142 -7200 # Node ID b89f381abaa98d310d9eb1ce74459df2bca7692f # Parent 504a0cd5f883411d2e7232edf06baddd5fc2973f mod_rest/README: Remove last trace of older credential option diff -r 504a0cd5f883 -r b89f381abaa9 mod_rest/README.markdown --- a/mod_rest/README.markdown Mon Jul 20 21:55:07 2020 +0200 +++ b/mod_rest/README.markdown Mon Jul 20 22:32:22 2020 +0200 @@ -89,7 +89,6 @@ ``` {.lua} Component "rest.example.net" "rest" -rest_credentials = "Bearer dmVyeSBzZWNyZXQgdG9rZW4K" rest_callback_url = "http://my-api.example:9999/stanzas" ```