From c77a97ea2b4ab882c7af6e4aeef0fcdc05a218ac Mon Sep 17 00:00:00 2001 From: Tekaoh <45337851+Tekaoh@users.noreply.github.com> Date: Fri, 6 Sep 2019 09:00:00 -0500 Subject: [PATCH] Set default auth URL to something more helpful --- linux/servercommon.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/servercommon.cfg b/linux/servercommon.cfg index df9c184..920c5ed 100755 --- a/linux/servercommon.cfg +++ b/linux/servercommon.cfg @@ -7,7 +7,7 @@ [LoginServer] databasePWD=DBPASSWORD useExternalAuth=false -externalAuthURL= # example :http://192.168.0.95/game/login +externalAuthURL=http://127.0.0.1/auth.php [dbProcess] databaseProtocol=OCI