From 4923862dd6814f56a5f454f946c2279979ca6832 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 22 Dec 2015 22:44:46 +0000 Subject: [PATCH] Updated default setting format for openfire address to accomodate openfire-restapi package --- alliance_auth/settings.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index dda3f3bc..67535b05 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -304,7 +304,7 @@ IPBOARD_APIMODULE = 'aa' JABBER_URL = os.environ.get('AA_JABBER_URL', "yourdomain.com") JABBER_PORT = int(os.environ.get('AA_JABBER_PORT', '5223')) JABBER_SERVER = os.environ.get('AA_JABBER_SERVER', "yourdomain.com") -OPENFIRE_ADDRESS = os.environ.get('AA_OPENFIRE_ADDRESS', "http://yourdomain.com:9090/") +OPENFIRE_ADDRESS = os.environ.get('AA_OPENFIRE_ADDRESS', "http://yourdomain.com:9090") OPENFIRE_SECRET_KEY = os.environ.get('AA_OPENFIRE_SECRET_KEY', "somekey") BROADCAST_USER = os.environ.get('AA_BROADCAST_USER', "broadcast@") + JABBER_URL BROADCAST_USER_PASSWORD = os.environ.get('AA_BROADCAST_USER_PASSWORD', "somepassword")