mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +02:00
Corrected default boolean state for IS_CORP comparisons
This commit is contained in:
parent
75676e7887
commit
b8ac8c7561
@ -161,7 +161,7 @@ STATIC_URL = '/static/'
|
|||||||
# Set to FALSE for alliance
|
# Set to FALSE for alliance
|
||||||
# Set to TRUE for corp
|
# Set to TRUE for corp
|
||||||
###########################
|
###########################
|
||||||
IS_CORP = 'False' == os.environ.get('AA_IS_CORP', 'True')
|
IS_CORP = 'True' == os.environ.get('AA_IS_CORP', 'True')
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user