These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Eve Alliance Auth - Open Source
**CEO of www.terribleganking.com
Trashing space one wreck at a time!**
DEBUG = 'True' == os.environ.get('AA_DEBUG','True')
'phpbb3': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'alliance_forum', 'USER': os.environ.get('AA_DB_PHPBB3_USER', 'allianceserver'), 'PASSWORD': os.environ.get('AA_DB_PHPBB3_PASSWORD', 'myverysecretpassword'), 'HOST': os.environ.get('AA_DB_PHPBB3_HOST', '127.0.0.1'), 'PORT': os.environ.get('AA_DB_PHPBB3_PORT', '3306'), },
DEBUG = 'True' == os.environ.get('AA_DEBUG','False')