challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit fcd3ddc40c870fd7c041420ba728bceb381de16c
parent 78bd63d6d6777a307e92c64998cbc52780379012
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  9 May 2023 23:13:30 +0200

-fix paths

Diffstat:
Msrc/challenger/challenger.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/challenger/challenger.conf b/src/challenger/challenger.conf @@ -17,7 +17,7 @@ PORT = 9967 # BIND_TO = # Which unix domain path should we bind to? Only used if "SERVE" is 'unix'. -UNIXPATH = ${SYNC_RUNTIME_DIR}/backend.http +UNIXPATH = ${CHALLENGER_RUNTIME_DIR}/challenger.http # What should be the file access permissions (see chmod) for "UNIXPATH"? UNIXPATH_MODE = 660